Misc Fixes

This commit is contained in:
hondacrx
2019-08-17 14:03:21 -04:00
parent 701a26e208
commit 58b142f26e
5 changed files with 33 additions and 17 deletions
+2 -1
View File
@@ -4211,7 +4211,8 @@ namespace Game.Entities
packet.PlayerGUID = GetGUID();
SendPacket(packet);
if (GetRace() == Race.NightElf)
// If the player has the Wisp racial then cast the Wisp aura on them
if (HasSpell(20585))
CastSpell(this, 20584, true);
CastSpell(this, 8326, true);