mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Merge
--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;
|
||||
|
||||
@@ -421,7 +421,7 @@ enum RealmZone
|
||||
|
||||
|
||||
//trinity only
|
||||
#define SCRIPT_COMMAND_ORIENTATION 30 // datalong orientation
|
||||
#define SCRIPT_COMMAND_ORIENTATION 30 // o = orientation
|
||||
|
||||
/// Storage class for commands issued for delayed execution
|
||||
struct CliCommandHolder
|
||||
|
||||
Reference in New Issue
Block a user