Core/SAI: Allow update of disable gravity/root applied via static flags (using related action type)
Port From (https://github.com/TrinityCore/TrinityCore/commit/2cf2535cd637b5b8966f7990f6826bdac94d77ce)
This commit is contained in:
@@ -770,11 +770,6 @@ namespace Game.AI
|
||||
_run = run;
|
||||
}
|
||||
|
||||
public void SetDisableGravity(bool disable = true)
|
||||
{
|
||||
me.SetDisableGravity(disable);
|
||||
}
|
||||
|
||||
public void SetEvadeDisabled(bool disable)
|
||||
{
|
||||
_evadeDisabled = disable;
|
||||
|
||||
Reference in New Issue
Block a user