Core/Spells: Named and implemented most of SpellAttr7

This commit is contained in:
Shauren
2023-10-21 14:49:42 +02:00
parent 42e6a10456
commit 4e87bd7942
13 changed files with 208 additions and 196 deletions

View File

@@ -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;
}
};