diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-12-03 12:19:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 12:19:10 +0100 |
commit | 6851ba638d35c31ebe232c30a4a57f5755104cce (patch) | |
tree | 323f2bcaff6ddac60cac6c5bbe66987b75ff4387 | |
parent | 9d93504f34b112eb2403381e61deff1559771cd3 (diff) |
Update zone_borean_tundra.cpp
-rw-r--r-- | src/server/scripts/Northrend/zone_borean_tundra.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/zone_borean_tundra.cpp b/src/server/scripts/Northrend/zone_borean_tundra.cpp index e3c85385483..81fe90217f3 100644 --- a/src/server/scripts/Northrend/zone_borean_tundra.cpp +++ b/src/server/scripts/Northrend/zone_borean_tundra.cpp @@ -60,7 +60,7 @@ enum Sinkhole SPELL_SET_CART = 46797, SPELL_EXPLODE_CART = 46799, SPELL_SUMMON_CART = 46798, - SPELL_SUMMON_WORM = 46800, + SPELL_SUMMON_WORM = 46800 }; class npc_sinkhole_kill_credit : public CreatureScript |