mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Fixed SCRIPT_COMMAND_ORIENTATION, orientation needs to be float. Credit to Malcrom.
--HG-- branch : trunk
This commit is contained in:
@@ -3694,7 +3694,7 @@ void Map::ScriptsProcess()
|
||||
break;
|
||||
}
|
||||
|
||||
((Creature *)source)->SetOrientation(step.script->datalong);
|
||||
((Creature *)source)->SetOrientation(step.script->o);
|
||||
((Creature *)source)->SendMovementFlagUpdate();
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user