aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-07-22 14:48:46 -0600
committerBrian <runningnak3d@gmail.com>2010-07-22 14:48:46 -0600
commite3440474931cdaccb562f4507e10d41be9417294 (patch)
tree152b72d50e02ab761a5e2b1d6833638cbc320c8e
parent9ff821d8bb2ee4e3f43c43e3badbeb40e000d503 (diff)
* orientation information for the previous commit
* Provided by crackm (thanks Zor) --HG-- branch : trunk
-rw-r--r--sql/updates/8988_world_playercreateinfo.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/8988_world_playercreateinfo.sql b/sql/updates/8988_world_playercreateinfo.sql
new file mode 100644
index 00000000000..964afcdff88
--- /dev/null
+++ b/sql/updates/8988_world_playercreateinfo.sql
@@ -0,0 +1,12 @@
+
+UPDATE playercreateinfo SET orientation= 5.696318 WHERE race=4 and
+class<>6;
+UPDATE playercreateinfo SET orientation= 6.177156 WHERE race=3 and
+class<>6;
+UPDATE playercreateinfo SET orientation= 2.70526 WHERE race=5 and
+class<>6;
+UPDATE playercreateinfo SET orientation= 5.316046 WHERE race=10
+and class<>6;
+UPDATE playercreateinfo SET orientation= 2.083644 WHERE race=11
+and class<>6;
+UPDATE playercreateinfo SET orientation= 3.659973 WHERE class=6;