Creature/Script: Fix Highlord Darion Mograine waypoint speed

Closes #21290
This commit is contained in:
Killyana
2018-09-10 23:22:11 +02:00
parent 993c392cd7
commit ddd779fef5

View File

@@ -1614,7 +1614,7 @@ public:
case GOSSIP_ACTION_INFO_DEF + 1:
CloseGossipMenuFor(player);
uiStep = 1;
Start(true, false, player->GetGUID());
Start(true, true, player->GetGUID());
break;
}
return true;