mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Minor change to racial wisp handling to make custom easier (or so i heard) (#22954)
This commit is contained in:
@@ -4235,7 +4235,8 @@ void Player::BuildPlayerRepop()
|
||||
packet.PlayerGUID = GetGUID();
|
||||
GetSession()->SendPacket(packet.Write());
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user