diff options
| author | kaelima <kaelima@live.se> | 2011-10-15 18:38:27 +0200 |
|---|---|---|
| committer | kaelima <kaelima@live.se> | 2011-10-15 18:38:27 +0200 |
| commit | 97e5140a1d442608902524e64828ac3a355b062a (patch) | |
| tree | a4fab6498fe095ccedb76dc5ea50bfb2fe65ccff /sql | |
| parent | 83a3da2630a1f51fafef3fa6c9bdb609ccb55649 (diff) | |
Core/WaypointMgr: Allow to set orientation to waypoints.
- Instead of the need to use a waypoint_script to change orientation on waypoint arrival.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_10_15_00_world_waypoint_data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_15_00_world_waypoint_data.sql b/sql/updates/world/2011_10_15_00_world_waypoint_data.sql new file mode 100644 index 00000000000..de8445b630c --- /dev/null +++ b/sql/updates/world/2011_10_15_00_world_waypoint_data.sql @@ -0,0 +1 @@ +ALTER TABLE `waypoint_data` ADD `orientation` float NOT NULL DEFAULT '0' AFTER `position_z`; |
