mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Correct UseMeetingStoneAction to only apply on meeting stone portals
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user