feat(Docker): update to Ubuntu 20.04 + more improvements (#3277)
This commit is contained in:
parent
c83c53e718
commit
d2cc3fcbc2
14 changed files with 32 additions and 25 deletions
|
|
@ -91,7 +91,7 @@ void WorldSession::HandleQuestgiverHelloOpcode(WorldPacket & recvData)
|
|||
GetPlayer()->RemoveAurasByType(SPELL_AURA_FEIGN_DEATH);
|
||||
// Stop the npc if moving
|
||||
//if (!creature->GetTransport()) // pussywizard: reverted with new spline (old: without this check, npc would stay in place and the transport would continue moving, so the npc falls off. NPCs on transports don't have waypoints, so stopmoving is not needed)
|
||||
creature->StopMoving();
|
||||
creature->StopMoving();
|
||||
|
||||
#ifdef ELUNA
|
||||
if (sEluna->OnGossipHello(_player, creature))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue