diff --git a/Source/Game/AI/CoreAI/GameObjectAI.cs b/Source/Game/AI/CoreAI/GameObjectAI.cs index 1c73d2908..99c983843 100644 --- a/Source/Game/AI/CoreAI/GameObjectAI.cs +++ b/Source/Game/AI/CoreAI/GameObjectAI.cs @@ -44,8 +44,8 @@ namespace Game.AI // Pass parameters between AI public virtual void DoAction(int param = 0) { } - public virtual void SetGUID(ulong guid, int id = 0) { } - public virtual ulong GetGUID(int id = 0) { return 0; } + public virtual void SetGUID(ObjectGuid guid, int id = 0) { } + public virtual ObjectGuid GetGUID(int id = 0) { return ObjectGuid.Empty; } /// /// Called when a player opens a gossip dialog with the gameobject.