Skip to content

Commit

Permalink
Correction of quests ids for GM tool - where the heck did I get those…
Browse files Browse the repository at this point in the history
… numbers from anyways
  • Loading branch information
brightrim committed Feb 13, 2025
1 parent d452dc6 commit 6c7eeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gm/items/id_99_lockpicks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1605,8 +1605,8 @@ local function settingsForMagic(user, target)
user:logAdmin(user.name.." has reset the magic tutorial quest progresses and magic status of "..target.name)
elseif index == 9 then

target:setQuestProgress(7002, 0)
target:setQuestProgress(7003, 0)
target:setQuestProgress(174, 0)
target:setQuestProgress(175, 0)

user:inform("You reset the weekly rune learning cooldown for "..target.name)
user:logAdmin(user.name.." has reset the weekly rune learning cooldown for "..target.name)
Expand Down

0 comments on commit 6c7eeec

Please sign in to comment.