diff options
author | Killyana <morphone1@gmail.com> | 2020-05-23 23:53:52 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-05-23 23:53:52 +0200 |
commit | 73d55f6968a3f9510d4b0d8fbafc4480652173bd (patch) | |
tree | 19ff54c48b12040ad337d62e956707d142274f9f /sql/updates | |
parent | cbd6c89822afc07b45a2703cfbeaf11cb9db81bd (diff) |
DB/Spell: Fix rampart of skulls and upper spire teleport orientation
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2020_05_23_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_23_00_world.sql b/sql/updates/world/3.3.5/2020_05_23_00_world.sql new file mode 100644 index 00000000000..00ea784f7e4 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_23_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_target_position` SET `Orientation`=6.25 WHERE `id` IN (70859,70857); |