aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-05-25 15:52:23 +0200
committerKillyana <morphone1@gmail.com>2020-05-25 15:52:23 +0200
commit5856f520bbd8dded42f7742277839587b0645dde (patch)
tree11ab20dcacb321797ef846b47ecffa08870acdbb /src
parente6db72d58698fb5a7e04792b70ba4bfbd5df6590 (diff)
Boss/Script: Remove Hex Lord Malacrass wrong equipment from the script and use the one from the DB
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp3
1 files changed, 0 insertions, 3 deletions
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