Core/Gossip: Implemented GossipOptionNpc.AzeriteRespec

Port From (https://github.com/TrinityCore/TrinityCore/commit/9fb4c1ca0228a51da4b69322e8a3db8932781f13)
This commit is contained in:
hondacrx
2022-10-14 17:04:26 -04:00
parent 6e45d82b49
commit 8488616832
4 changed files with 12 additions and 3 deletions
+5
View File
@@ -243,5 +243,10 @@ namespace Game
azeriteEmpoweredItem.SetState(ItemUpdateState.Changed, _player);
}
public void SendAzeriteRespecNPC(ObjectGuid npc)
{
SendPacket(new AzeriteRespecNPC(npc));
}
}
}