From 473c663e3b69a677daa0c68dcd482af5b468fc15 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 29 May 2018 18:53:08 +0200 Subject: [PATCH] Scripts/Deadmines: Glubtok should be able to use offhand attacks --- src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp b/src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp index 9b5165dbcd8..3e272a4d0eb 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/boss_glubtok.cpp @@ -125,6 +125,7 @@ public: { _Reset(); Initialize(); + me->SetCanDualWield(true); DoSummon(NPC_GLUBTOK_FIREWALL_PLATTER, firewallPlatterSplineEndpoint, 0, TEMPSUMMON_MANUAL_DESPAWN); me->SetHover(false); }