diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 1cdf3ce771e..38dac26043d 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2120,10 +2120,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real) // Defensive Aura target->CastSpell(target, 41105, true, NULL, this); - // equipment (unknown, but should be axe+shield) - //target->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID + 0, 0); - //target->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID + 1, 0); - //target->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID + 2, 0); + // equipment + target->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID + 0, 32604); + target->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID + 1, 31467); + target->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID + 2, 0); return; } case 53790: // Defensive Stance diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 68597fe6b87..4b271d824ab 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 "11087" + #define REVISION_NR "11088" #endif // __REVISION_NR_H__