diff --git a/src/game/Spell.h b/src/game/Spell.h index 5fd7e8490..fc2eb2314 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -630,12 +630,12 @@ namespace MaNGOS { std::list *i_data; Spell &i_spell; - const uint32& i_push_type; + SpellNotifyPushType i_push_type; float i_radius; SpellTargets i_TargetType; Unit* i_originalCaster; - SpellNotifierCreatureAndPlayer(Spell &spell, std::list &data, float radius, const uint32 &type, + SpellNotifierCreatureAndPlayer(Spell &spell, std::list &data, float radius, SpellNotifyPushType type, SpellTargets TargetType = SPELL_TARGETS_NOT_FRIENDLY) : i_data(&data), i_spell(spell), i_push_type(type), i_radius(radius), i_TargetType(TargetType) { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ee45df5b5..5fec988ce 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7698" + #define REVISION_NR "7699" #endif // __REVISION_NR_H__