Core/Player: Implement PvP Talents

This commit is contained in:
hondacrx
2018-03-06 11:10:51 -05:00
parent 42fc86c400
commit c842332393
26 changed files with 631 additions and 68 deletions
+3
View File
@@ -77,6 +77,9 @@ namespace Game
player.SendPacket(packet);
plTarget.SendPacket(packet);
player.EnablePvpRules();
plTarget.EnablePvpRules();
}
void HandleDuelCancelled()