mirror of
https://github.com/azerothcore/mod-ale
synced 2025-12-01 21:15:19 +08:00
Fix TC build
This commit is contained in:
@@ -1465,7 +1465,7 @@ namespace LuaUnit
|
|||||||
#ifndef TRINITY
|
#ifndef TRINITY
|
||||||
unit->SetSpeedRate((UnitMoveType)type, rate, forced);
|
unit->SetSpeedRate((UnitMoveType)type, rate, forced);
|
||||||
#else
|
#else
|
||||||
unit->SetSpeed((UnitMoveType)type, rate, forced);
|
unit->SetSpeedRate((UnitMoveType)type, rate);
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user