aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Kalimdor
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-12-23 13:36:36 -0330
committerMalcrom <malcromdev@gmail.com>2013-12-23 13:36:36 -0330
commit59ac2437d81f968d4db784ca2b55b126780aa7fe (patch)
tree243e0f87cf0fd20571c4c9239d67b84f2de28ea4 /src/server/scripts/Kalimdor
parentab3eced989fdc8804ee0f2e1d12d1b8f0680d269 (diff)
Scripting/Blasted Lands: Fixed up gossip and teleport spell for quest 3628.
Can someone please test this. I can't do group testing locally. Also snuck in a fix for zone_axshara.cpp
Diffstat (limited to 'src/server/scripts/Kalimdor')
-rw-r--r--src/server/scripts/Kalimdor/zone_azshara.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Kalimdor/zone_azshara.cpp b/src/server/scripts/Kalimdor/zone_azshara.cpp
index 2d7d2b3e8a9..9fd6ebd5d34 100644
--- a/src/server/scripts/Kalimdor/zone_azshara.cpp
+++ b/src/server/scripts/Kalimdor/zone_azshara.cpp
@@ -115,7 +115,7 @@ public:
if (!UpdateVictim())
return;
- // @todo add abilities for the different creatures
+ /// @todo add abilities for the different creatures
DoMeleeAttackIfReady();
}
};