aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/scripts
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-17 04:33:11 -0700
committermaximius <none@none>2009-10-17 04:33:11 -0700
commitd088564403f4d7c5bc977f227b9a1725200a449a (patch)
tree721b27e3684410dd0e7586d00907c65927bc9394 /src/bindings/scripts
parent68e86ccb7bd9239b71415d39d1004ae15296693c (diff)
*Cleanup, and fix a likely infinite loop, thanks thenecromancer
--HG-- branch : trunk
Diffstat (limited to 'src/bindings/scripts')
-rw-r--r--src/bindings/scripts/scripts/eastern_kingdoms/eversong_woods.cpp2
-rw-r--r--src/bindings/scripts/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp2
-rw-r--r--src/bindings/scripts/scripts/outland/terokkar_forest.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bindings/scripts/scripts/eastern_kingdoms/eversong_woods.cpp b/src/bindings/scripts/scripts/eastern_kingdoms/eversong_woods.cpp
index e84af50db4c..b3d598c7669 100644
--- a/src/bindings/scripts/scripts/eastern_kingdoms/eversong_woods.cpp
+++ b/src/bindings/scripts/scripts/eastern_kingdoms/eversong_woods.cpp
@@ -695,7 +695,7 @@ void AddSC_eversong_woods()
Script *newscript;
newscript = new Script;
- newscript->Name = "npc_prospector_anvilward";
+ newscript->Name = "npc_prospector_anvilward";
newscript->GetAI = &GetAI_npc_prospector_anvilward;
newscript->pGossipHello = &GossipHello_npc_prospector_anvilward;
newscript->pGossipSelect = &GossipSelect_npc_prospector_anvilward;
diff --git a/src/bindings/scripts/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp b/src/bindings/scripts/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp
index a5b9a2487c8..2341f78ebe3 100644
--- a/src/bindings/scripts/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp
+++ b/src/bindings/scripts/scripts/outland/tempest_keep/the_eye/boss_kaelthas.cpp
@@ -1478,7 +1478,7 @@ void AddSC_boss_kaelthas()
newscript->RegisterSelf();
newscript = new Script;
- newscript->Name = "mob_kael_flamestrike";
+ newscript->Name = "mob_kael_flamestrike";
newscript->GetAI = &GetAI_mob_kael_flamestrike;
newscript->RegisterSelf();
diff --git a/src/bindings/scripts/scripts/outland/terokkar_forest.cpp b/src/bindings/scripts/scripts/outland/terokkar_forest.cpp
index 8f87220819e..aae3a62ea49 100644
--- a/src/bindings/scripts/scripts/outland/terokkar_forest.cpp
+++ b/src/bindings/scripts/scripts/outland/terokkar_forest.cpp
@@ -654,7 +654,7 @@ void AddSC_terokkar_forest()
newscript->RegisterSelf();
newscript = new Script;
- newscript->Name = "npc_isla_starmane";
+ newscript->Name = "npc_isla_starmane";
newscript->GetAI = &GetAI_npc_isla_starmaneAI;
newscript->pQuestAccept = &QuestAccept_npc_isla_starmane;
newscript->RegisterSelf();