◆ PrepareSpellScript()
◆ Register()
void spell_halion_twilight_cutter::Register |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ RemoveNotBetween()
void spell_halion_twilight_cutter::RemoveNotBetween |
( |
std::list< WorldObject * > & |
unitList | ) |
|
|
inlineprivate |
1202 {
1203 if (unitList.empty())
1204 return;
1205
1207 if (
Unit* cutterCaster = cutter->GetCaster())
1208 {
1210 return;
1211 }
1212
1213 unitList.clear();
1214 }
@ SPELL_TWILIGHT_CUTTER
Definition boss_halion.cpp:101
Definition SpellAuras.h:87
Unit * GetCaster()
Definition SpellScript.cpp:401
Definition boss_halion.cpp:1183
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