#include "SpellAuraEffects.h"
◆ AbsorbAuraOrderPred()
| Acore::AbsorbAuraOrderPred::AbsorbAuraOrderPred |
( |
| ) |
|
|
inline |
◆ operator()()
355 {
358
359
363 return true;
367 return false;
368
369
370 if (spellProtoA->
Id == 58597)
371 return true;
372 if (spellProtoB->
Id == 58597)
373 return false;
374
375
376 if (spellProtoA->
Id == 28527)
377 return true;
378 if (spellProtoB->
Id == 28527)
379 return false;
380
381
382 if (spellProtoA->
Id == 47753)
383 return true;
384 if (spellProtoB->
Id == 47753)
385 return false;
386
387
389 return true;
391 return false;
392
393
396 return true;
399 return false;
400
401 return false;
402 }
@ SPELLFAMILY_WARLOCK
Definition SharedDefines.h:3791
@ SPELLFAMILY_MAGE
Definition SharedDefines.h:3789
SpellInfo const * GetSpellInfo() const
Definition SpellAuraEffects.h:54
Definition SpellInfo.h:340
uint32 GetCategory() const
Definition SpellInfo.cpp:880
uint32 Id
Definition SpellInfo.h:344
uint32 SpellIconID
Definition SpellInfo.h:404
uint32 SpellFamilyName
Definition SpellInfo.h:411
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: