diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-06-23 05:36:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 05:36:35 +0200 |
commit | 8fb42e5ce2519a28adce0329580c8677f992f920 (patch) | |
tree | 1b492e8fc6d50d8d722d0ee1f5ac3a00f9dafcd9 | |
parent | 6feb947af6479ab315c470e4c13ade0eb935369c (diff) |
Update zone_durotar.cpp
-rw-r--r-- | src/server/scripts/Kalimdor/zone_durotar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Kalimdor/zone_durotar.cpp b/src/server/scripts/Kalimdor/zone_durotar.cpp index 7c3900f7444..917806c4e2f 100644 --- a/src/server/scripts/Kalimdor/zone_durotar.cpp +++ b/src/server/scripts/Kalimdor/zone_durotar.cpp @@ -25,7 +25,7 @@ #include "SpellScript.h" /*###### -## Quest 25134: Lazy Peons +## Quest 37446: Lazy Peons ## npc_lazy_peon ######*/ @@ -36,7 +36,7 @@ enum LazyPeonYells enum LazyPeon { - QUEST_LAZY_PEONS = 25134, + QUEST_LAZY_PEONS = 37446, GO_LUMBERPILE = 175784, SPELL_BUFF_SLEEP = 17743, SPELL_AWAKEN_PEON = 19938 |