mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
* orientation information for the previous commit
* Provided by crackm (thanks Zor) --HG-- branch : trunk
This commit is contained in:
12
sql/updates/8988_world_playercreateinfo.sql
Normal file
12
sql/updates/8988_world_playercreateinfo.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user