#include "SpellAuraEffects.h"
◆ AbsorbAuraOrderPred()
| Acore::AbsorbAuraOrderPred::AbsorbAuraOrderPred |
( |
| ) |
|
|
inline |
◆ operator()()
351 {
354
355
359 return true;
363 return false;
364
365
366 if (spellProtoA->
Id == 58597)
367 return true;
368 if (spellProtoB->
Id == 58597)
369 return false;
370
371
372 if (spellProtoA->
Id == 28527)
373 return true;
374 if (spellProtoB->
Id == 28527)
375 return false;
376
377
378 if (spellProtoA->
Id == 47753)
379 return true;
380 if (spellProtoB->
Id == 47753)
381 return false;
382
383
385 return true;
387 return false;
388
389
392 return true;
395 return false;
396
397 return false;
398 }
@ SPELLFAMILY_WARLOCK
Definition SharedDefines.h:3799
@ SPELLFAMILY_MAGE
Definition SharedDefines.h:3797
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: