From 5856f520bbd8dded42f7742277839587b0645dde Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 25 May 2020 15:52:23 +0200 Subject: [PATCH] Boss/Script: Remove Hex Lord Malacrass wrong equipment from the script and use the one from the DB --- sql/updates/world/3.3.5/2020_05_25_03_world_335.sql | 2 ++ src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 sql/updates/world/3.3.5/2020_05_25_03_world_335.sql diff --git a/sql/updates/world/3.3.5/2020_05_25_03_world_335.sql b/sql/updates/world/3.3.5/2020_05_25_03_world_335.sql new file mode 100644 index 00000000000..163b5794a62 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_25_03_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_addon` SET `bytes2`=1 WHERE `entry`=24239; diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp index 6c6408c9714..0e828f5b5bf 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp @@ -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