diff --git a/src/strategy/actions/UseMeetingStoneAction.cpp b/src/strategy/actions/UseMeetingStoneAction.cpp index 82ab1f7b..5819f2e9 100644 --- a/src/strategy/actions/UseMeetingStoneAction.cpp +++ b/src/strategy/actions/UseMeetingStoneAction.cpp @@ -48,8 +48,8 @@ bool UseMeetingStoneAction::Execute(Event event) return false; GameObjectTemplate const* goInfo = gameObject->GetGOInfo(); - if (!goInfo || goInfo->type != GAMEOBJECT_TYPE_SUMMONING_RITUAL) - return false; + if (!goInfo || goInfo->entry != 179944) + return false; return Teleport(master, bot); }