mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[11087] Add missing equipment for spell 53790
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
8ee7139de6
commit
38758b31a1
2 changed files with 5 additions and 5 deletions
|
|
@ -2137,10 +2137,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
// Defensive Aura
|
||||
target->CastSpell(target, 41105, true, NULL, this);
|
||||
|
||||
// equipment (need help here, item id not known)
|
||||
//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, 43625);
|
||||
target->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID + 1, 39384);
|
||||
target->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID + 2, 0);
|
||||
return;
|
||||
}
|
||||
case 53791: // Berserker Stance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue