#include "SpellAuraEffects.h"
◆ AbsorbAuraOrderPred()
Acore::AbsorbAuraOrderPred::AbsorbAuraOrderPred |
( |
| ) |
|
|
inline |
◆ operator()()
354 {
357
358
362 return true;
366 return false;
367
368
369 if (spellProtoA->
Id == 58597)
370 return true;
371 if (spellProtoB->
Id == 58597)
372 return false;
373
374
375 if (spellProtoA->
Id == 28527)
376 return true;
377 if (spellProtoB->
Id == 28527)
378 return false;
379
380
381 if (spellProtoA->
Id == 47753)
382 return true;
383 if (spellProtoB->
Id == 47753)
384 return false;
385
386
388 return true;
390 return false;
391
392
395 return true;
398 return false;
399
400 return false;
401 }
@ SPELLFAMILY_WARLOCK
Definition SharedDefines.h:3788
@ SPELLFAMILY_MAGE
Definition SharedDefines.h:3786
SpellInfo const * GetSpellInfo() const
Definition SpellAuraEffects.h:54
Definition SpellInfo.h:316
uint32 GetCategory() const
Definition SpellInfo.cpp:871
uint32 Id
Definition SpellInfo.h:320
uint32 SpellIconID
Definition SpellInfo.h:380
uint32 SpellFamilyName
Definition SpellInfo.h:387
References SpellInfo::GetCategory(), AuraEffect::GetSpellInfo(), SpellInfo::Id, SPELLFAMILY_MAGE, SPELLFAMILY_WARLOCK, SpellInfo::SpellFamilyName, and SpellInfo::SpellIconID.
The documentation for this class was generated from the following file: