◆ PrepareSpellScript()
◆ Register()
void spell_halion_twilight_cutter::Register |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ RemoveNotBetween()
void spell_halion_twilight_cutter::RemoveNotBetween |
( |
std::list< WorldObject * > & |
unitList | ) |
|
|
inlineprivate |
1201 {
1202 if (unitList.empty())
1203 return;
1204
1206 if (
Unit* cutterCaster = cutter->GetCaster())
1207 {
1209 return;
1210 }
1211
1212 unitList.clear();
1213 }
@ SPELL_TWILIGHT_CUTTER
Definition boss_halion.cpp:100
Definition SpellAuras.h:87
Unit * GetCaster()
Definition SpellScript.cpp:401
Definition boss_halion.cpp:1182
References SpellScript::GetCaster(), and SPELL_TWILIGHT_CUTTER.
Referenced by Register().
The documentation for this class was generated from the following file:
- azerothcore-wotlk/src/server/scripts/Northrend/ChamberOfAspects/RubySanctum/boss_halion.cpp