aboutsummaryrefslogtreecommitdiff
path: root/src/game/GameObject.cpp
diff options
context:
space:
mode:
authorDestalker <none@none>2009-07-11 21:32:41 +0200
committerDestalker <none@none>2009-07-11 21:32:41 +0200
commitff7a90db5f8503bbc177f33bbc6221b3dd56bf37 (patch)
tree8ef39ae12bde61e5fc48877c472e04fc26c16a5e /src/game/GameObject.cpp
parent84644b764412fcf36bd3014fc290b7de5f22f863 (diff)
*Allow Illumination to proc on Holy Shock.
--HG-- branch : trunk
Diffstat (limited to 'src/game/GameObject.cpp')
-rw-r--r--src/game/GameObject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp
index 9afe4aa35f7..9bc9b1d44e0 100644
--- a/src/game/GameObject.cpp
+++ b/src/game/GameObject.cpp
@@ -490,6 +490,7 @@ void GameObject::AddUniqueUse(Player* player)
void GameObject::Delete()
{
+ assert (!GetOwnerGUID());
SendObjectDeSpawnAnim(GetGUID());
SetGoState(GO_STATE_READY);