aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_19_06_world_normalize_orientation.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_19_06_world_normalize_orientation.sql b/sql/updates/world/2014_09_19_06_world_normalize_orientation.sql
new file mode 100644
index 00000000000..cf808c3ad82
--- /dev/null
+++ b/sql/updates/world/2014_09_19_06_world_normalize_orientation.sql
@@ -0,0 +1,2 @@
+UPDATE `creature` SET `orientation` = MOD(`orientation`, 2*PI()) WHERE `guid` IN (42160, 207528);
+UPDATE `gameobject` SET `orientation` = MOD(`orientation`, 2*PI()) WHERE `guid` = 7607;