From e3440474931cdaccb562f4507e10d41be9417294 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 22 Jul 2010 14:48:46 -0600 Subject: * orientation information for the previous commit * Provided by crackm (thanks Zor) --HG-- branch : trunk --- sql/updates/8988_world_playercreateinfo.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sql/updates/8988_world_playercreateinfo.sql (limited to 'sql/updates') 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; -- cgit v1.2.3