fix(DB/Creature): Hex Lord Malacrass missing weapon (#17475)
fix(DB/Creature): Hex Lord Malacrass wrong equipment https: //github.com/TrinityCore/TrinityCore/commit/5856f520bbd8dded42f7742277839587b0645dde Co-authored-by: Eridium <6587064+Killyana@users.noreply.github.com>
This commit is contained in:
parent
2d63090c83
commit
e08de5f073
2 changed files with 2 additions and 3 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Hex Lord Malacrass
|
||||
UPDATE `creature_template_addon` SET `bytes2` = 1 WHERE `entry` = 24239;
|
||||
|
|
@ -289,9 +289,6 @@ public:
|
|||
ResetTimer = 5000;
|
||||
|
||||
SpawnAdds();
|
||||
|
||||
me->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID, 46916);
|
||||
me->SetByteValue(UNIT_FIELD_BYTES_2, 0, SHEATH_STATE_MELEE);
|
||||
}
|
||||
|
||||
void JustEngagedWith(Unit* /*who*/) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue