◆ PrepareSpellScript()
◆ Register()
| void spell_halion_twilight_cutter::Register |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ RemoveNotBetween()
| void spell_halion_twilight_cutter::RemoveNotBetween |
( |
std::list< WorldObject * > & |
unitList | ) |
|
|
inlineprivate |
1193 {
1194 if (unitList.empty())
1195 return;
1196
1198 if (
Unit* cutterCaster = cutter->GetCaster())
1199 {
1201 return;
1202 }
1203
1204 unitList.clear();
1205 }
@ SPELL_TWILIGHT_CUTTER
Definition boss_halion.cpp:101
Definition SpellAuras.h:87
Unit * GetCaster()
Definition SpellScript.cpp:401
Definition boss_halion.cpp:1174
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