aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-04-19 23:19:27 +0200
committerShauren <shauren.trinity@gmail.com>2012-04-19 23:19:27 +0200
commit3c2dd7c5edf7eaee1a7314e390aa2f51f3310687 (patch)
tree4b47c3e0f94b616ab9cd37a8fe4f6c5127460f60 /src/server/game/Spells/SpellScript.h
parent9231f04d0f6292e916eb043bdc2e413d8fd8769f (diff)
Scripts/Ulduar: Algalon the Observer
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
-rwxr-xr-xsrc/server/game/Spells/SpellScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h
index e84a56c8dbb..26393040a1e 100755
--- a/src/server/game/Spells/SpellScript.h
+++ b/src/server/game/Spells/SpellScript.h
@@ -325,7 +325,7 @@ class SpellScript : public _SpellScript
// returns: target of current effect if it was GameObject otherwise NULL
GameObject* GetHitGObj();
// returns: destination of current effect
- WorldLocation const* GetHitDest();
+ WorldLocation* GetHitDest();
// setter/getter for for damage done by spell to target of spell hit
// returns damage calculated before hit, and real dmg done after hit
int32 GetHitDamage();