mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 21:32:52 +01:00
Boss/Script: Remove Hex Lord Malacrass wrong equipment from the script and use the one from the DB
This commit is contained in:
2
sql/updates/world/3.3.5/2020_05_25_03_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2020_05_25_03_world_335.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template_addon` SET `bytes2`=1 WHERE `entry`=24239;
|
||||
@@ -285,9 +285,6 @@ class boss_hexlord_malacrass : public CreatureScript
|
||||
Initialize();
|
||||
|
||||
SpawnAdds();
|
||||
|
||||
me->SetUInt32Value(UNIT_VIRTUAL_ITEM_SLOT_ID, 46916);
|
||||
me->SetByteValue(UNIT_FIELD_BYTES_2, 0, SHEATH_STATE_MELEE);
|
||||
}
|
||||
|
||||
void JustEngagedWith(Unit* who) override
|
||||
|
||||
Reference in New Issue
Block a user