mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-25 06:26:24 +00:00
Codestyle fix (#1797)
Warning: Dont change this PR as draft to make it testable DONT REVIEW UNTIL Codestyle C++ workflow dont pass
This commit is contained in:
@@ -40,7 +40,7 @@ float OccFlyingMultiplier::GetValue(Action* action)
|
||||
|
||||
float UromMultiplier::GetValue(Action* action)
|
||||
{
|
||||
if(GetPhaseByCurrentPosition(bot) < 3)
|
||||
if (GetPhaseByCurrentPosition(bot) < 3)
|
||||
{
|
||||
Unit* target = action->GetTarget();
|
||||
if (target && target->GetEntry() == NPC_MAGE_LORD_UROM)
|
||||
|
||||
Reference in New Issue
Block a user