mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
Add (core): Effect Transmit Anticheat Helper (#13447)
Add (core): Anticheat Helper
This commit is contained in:
@@ -5530,6 +5530,11 @@ void Spell::EffectTransmitted(SpellEffIndex effIndex)
|
||||
|
||||
ExecuteLogEffectSummonObject(effIndex, linkedTrap);
|
||||
}
|
||||
|
||||
if (Player* player = m_caster->ToPlayer())
|
||||
{
|
||||
player->SetCanTeleport(true);
|
||||
}
|
||||
}
|
||||
|
||||
void Spell::EffectProspecting(SpellEffIndex /*effIndex*/)
|
||||
|
||||
Reference in New Issue
Block a user