Scripts/Deadmines: Glubtok should be able to use offhand attacks

This commit is contained in:
Ovahlord
2018-05-29 18:53:08 +02:00
parent dbb60b46ad
commit 473c663e3b

View File

@@ -125,6 +125,7 @@ public:
{
_Reset();
Initialize();
me->SetCanDualWield(true);
DoSummon(NPC_GLUBTOK_FIREWALL_PLATTER, firewallPlatterSplineEndpoint, 0, TEMPSUMMON_MANUAL_DESPAWN);
me->SetHover(false);
}