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