Game/GameObject: Fix Spellcast for 'Silithyst'

by @Whoami
updates #14637
This commit is contained in:
Rushor
2015-05-22 15:12:52 +02:00
committed by MitchesD
parent 352703e89b
commit 8f3a9b7fe3

View File

@@ -1757,6 +1757,9 @@ void GameObject::Use(Unit* user)
return;
}
if (Player* player = user->ToPlayer())
sOutdoorPvPMgr->HandleCustomSpell(player, spellId, this);
if (spellCaster)
spellCaster->CastSpell(user, spellInfo, triggered);
else