aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2015-10-16 12:49:25 +0200
committerMitchesD <majklprofik@seznam.cz>2015-10-16 12:49:25 +0200
commit68d725e2113203c0ef14970be46a0c928321a871 (patch)
tree63b1a9f153f75b6267ef56b7af09addddb325f05
parent0bf78d57611d0606650aebb513a15e69227ac476 (diff)
Scripts/ZulAman: fix build after cherry pick
-rw-r--r--src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp b/src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
index 1fe8fd94694..4786cba8f32 100644
--- a/src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
+++ b/src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
@@ -102,7 +102,7 @@ class npc_voljin_zulaman : public CreatureScript
if (_instance->GetData(DATA_ZULAMAN_STATE) != NOT_STARTED)
return;
- if (me->GetCreatureTemplate()->GossipMenuId == sender && !action)
+ if (me->GetCreatureTemplate()->GossipMenuId == menuId && !gossipListId)
{
_events.Reset();
me->SetUInt32Value(UNIT_FIELD_MOUNTDISPLAYID, 0);