diff options
author | megamage <none@none> | 2008-11-16 17:22:48 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-16 17:22:48 -0600 |
commit | 2351a737b5d6aedb55b71a22a6dfbd2a47822198 (patch) | |
tree | e5cc7a19890b028d787d338dc0fc0722502d97e8 /src/game/GameObject.cpp | |
parent | 4b6072f9c3ea8d97e711e4ef6e77822c3c2ef4ba (diff) | |
parent | 9bcb0119e99dcda295db70106c56a51f26fd53fc (diff) |
Merge 246 and 247.
--HG--
branch : trunk
Diffstat (limited to 'src/game/GameObject.cpp')
-rw-r--r-- | src/game/GameObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 75a1f9be985..f6f89f482e5 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -1280,7 +1280,7 @@ void GameObject::CastSpell(Unit* target, uint32 spell) else { trigger->setFaction(14); - trigger->CastSpell(target, spell, true); + trigger->CastSpell(target, spell, true, 0, 0, target->GetGUID()); } //trigger->setDeathState(JUST_DIED); //trigger->RemoveCorpse(); |