diff options
author | Machiavelli <none@none> | 2009-06-22 02:23:12 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-06-22 02:23:12 +0200 |
commit | 2660e0ff1c7a6d2346f513d1134fd0644b56bf3e (patch) | |
tree | 7f193ace2838588dc7bb8871cb2e0b3aa45bcabd /src/game/ObjectMgr.cpp | |
parent | 67e85144efe3bc18bd9f3370c8add075f5af40c9 (diff) |
* Fix build, sorry
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r-- | src/game/ObjectMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index b33898d9c62..3594130db6a 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -8479,7 +8479,7 @@ void ObjectMgr::RemoveGMTicket(GM_Ticket *ticket, int64 source, bool permanently return; } (*i)->closed = source; - _AddOrUpdateGMTicket((*i)); + _AddOrUpdateGMTicket(*(*i)); } } |