From 5856f520bbd8dded42f7742277839587b0645dde Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 25 May 2020 15:52:23 +0200 Subject: Boss/Script: Remove Hex Lord Malacrass wrong equipment from the script and use the one from the DB --- src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3