mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-15 16:16:11 +00:00
[Warnings] Fix.
This commit is contained in:
@@ -35,7 +35,7 @@ bool TravelAction::Execute(Event event)
|
||||
if (!newTarget->IsAlive())
|
||||
continue;
|
||||
|
||||
if (!newTarget->GetEntry() != target->getDestination()->getEntry())
|
||||
if (newTarget->GetEntry() == target->getDestination()->getEntry())
|
||||
continue;
|
||||
|
||||
if (newTarget->IsInCombat())
|
||||
|
||||
Reference in New Issue
Block a user