Core/Gossip: Implemented GossipOptionNpc.AzeriteRespec
Port From (https://github.com/TrinityCore/TrinityCore/commit/9fb4c1ca0228a51da4b69322e8a3db8932781f13)
This commit is contained in:
@@ -243,5 +243,10 @@ namespace Game
|
||||
|
||||
azeriteEmpoweredItem.SetState(ItemUpdateState.Changed, _player);
|
||||
}
|
||||
|
||||
public void SendAzeriteRespecNPC(ObjectGuid npc)
|
||||
{
|
||||
SendPacket(new AzeriteRespecNPC(npc));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user