aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/scripts
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2010-01-01 06:54:09 +0100
committern0n4m3 <none@none>2010-01-01 06:54:09 +0100
commit6d553237d5a175abb976e1a60715c9c7b0f0e738 (patch)
treefda27ab23947edbf446fc1c41ec8e5249e6957aa /src/bindings/scripts
parent682cc9e034093b4ea7c1b3628328e988c9c80b73 (diff)
Fixed spell Tundra Stalker, by Metaphysical.Drama.
--HG-- branch : trunk
Diffstat (limited to 'src/bindings/scripts')
-rw-r--r--src/bindings/scripts/scripts/northrend/borean_tundra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/northrend/borean_tundra.cpp b/src/bindings/scripts/scripts/northrend/borean_tundra.cpp
index 88ec39d8bb4..99bc3527edb 100644
--- a/src/bindings/scripts/scripts/northrend/borean_tundra.cpp
+++ b/src/bindings/scripts/scripts/northrend/borean_tundra.cpp
@@ -2069,7 +2069,7 @@ void AddSC_borean_tundra()
newscript->GetAI = &GetAI_npc_imprisoned_beryl_sorcerer;
newscript->RegisterSelf();
- newscript = new Script;
+ newscript = new Script;
newscript->Name = "npc_mootoo_the_younger";
newscript->GetAI = &GetAI_npc_mootoo_the_younger;
newscript->pQuestAccept=&QuestAccept_npc_mootoo_the_younger;