mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11833] remove trailing whitespaces
Signed-off-by: SilverIce <slifeleaf@gmail.com>
This commit is contained in:
parent
ee7f3811e0
commit
09e331767d
21 changed files with 41 additions and 41 deletions
|
|
@ -960,7 +960,7 @@ bool ChatHandler::HandleGameObjectTurnCommand(char* args)
|
|||
|
||||
float z_rot, y_rot, x_rot;
|
||||
if (!ExtractFloat(&args, z_rot) || !ExtractOptFloat(&args, y_rot, 0) || !ExtractOptFloat(&args, x_rot, 0))
|
||||
return false;
|
||||
return false;
|
||||
|
||||
obj->SetWorldRotationAngles(z_rot, y_rot, x_rot);
|
||||
obj->SaveToDB();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue