mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Core/Spells: Named and implemented most of SpellAttr7
This commit is contained in:
@@ -75,7 +75,7 @@ class icecrown_citadel_teleport : public GameObjectScript
|
||||
if (TransportBase* transport = player->GetTransport())
|
||||
transport->RemovePassenger(player);
|
||||
|
||||
player->CastSpell(player, spell->Id, true);
|
||||
me->CastSpell(player, spell->Id, true);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user