diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 53f569c43..fb4337b62 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1327,7 +1327,7 @@ void SpellMgr::LoadSpellProcItemEnchant() struct DoSpellBonuses { - DoSpellBonuses(SpellBonusMap& _spellBonusMap, SpellBonusEntry const& _spellBonus) : spellBonusMap(spellBonusMap), spellBonus(_spellBonus) {} + DoSpellBonuses(SpellBonusMap& _spellBonusMap, SpellBonusEntry const& _spellBonus) : spellBonusMap(_spellBonusMap), spellBonus(_spellBonus) {} void operator() (uint32 spell_id) { spellBonusMap[spell_id] = spellBonus; } SpellBonusMap& spellBonusMap; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e95266f3b..368f678ea 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 "10274" + #define REVISION_NR "10275" #endif // __REVISION_NR_H__