aboutsummaryrefslogtreecommitdiff
path: root/src/game/Pet.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-13 15:52:59 +0200
committerQAston <none@none>2009-04-13 15:52:59 +0200
commitbeab3e012504d716ca8ea66a2ae46cefacc48529 (patch)
treee9121391932f83d50715513b75c1cc4d6ec35019 /src/game/Pet.cpp
parentcbc6269b47120845f03efede043b52e45256f3ce (diff)
*Fix some problems with ProcFlag
--HG-- branch : trunk
Diffstat (limited to 'src/game/Pet.cpp')
-rw-r--r--src/game/Pet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp
index e723298565a..4d87a224f7e 100644
--- a/src/game/Pet.cpp
+++ b/src/game/Pet.cpp
@@ -576,6 +576,7 @@ void Pet::Update(uint32 diff)
default:
break;
}
+ uint32 guidlow = GetGUIDLow();
Creature::Update(diff);
}