aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-10 02:01:32 +0200
committerKillyana <morphone1@gmail.com>2018-10-10 02:01:32 +0200
commit9e241e0f095346bbc60765d835cb7fcd05ca0ca1 (patch)
treef7f4b204f139e79d43c200869cea3fcc01dcef94 /sql
parentfa1403abad3c6cf802f9d7b3418ddfe19f92e171 (diff)
DB: Fix wrong values on scene_template
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2018_10_09_00_world.sql3
-rw-r--r--sql/updates/world/master/2018_10_09_01_world.sql2
2 files changed, 2 insertions, 3 deletions
diff --git a/sql/updates/world/master/2018_10_09_00_world.sql b/sql/updates/world/master/2018_10_09_00_world.sql
index b32b162da12..0d72904b3bc 100644
--- a/sql/updates/world/master/2018_10_09_00_world.sql
+++ b/sql/updates/world/master/2018_10_09_00_world.sql
@@ -110,8 +110,6 @@ INSERT INTO `scene_template` (`SceneId`, `Flags`, `ScriptPackageID`) VALUES
(59, 1, 195),
(68, 13, 202),
(66, 9, 200),
-(0, 1, 260),
-(0, 1, 43),
(802, 17, 955),
(919, 20, 1371),
(886, 11, 1036),
@@ -133,6 +131,5 @@ INSERT INTO `scene_template` (`SceneId`, `Flags`, `ScriptPackageID`) VALUES
(74, 0, 214),
(77, 11, 41),
(75, 17, 213),
-(0, 1, 27),
(73, 1, 211),
(37, 1, 25);
diff --git a/sql/updates/world/master/2018_10_09_01_world.sql b/sql/updates/world/master/2018_10_09_01_world.sql
new file mode 100644
index 00000000000..5c4a9040eee
--- /dev/null
+++ b/sql/updates/world/master/2018_10_09_01_world.sql
@@ -0,0 +1,2 @@
+--
+DELETE FROM `scene_template` WHERE `SceneId`=0;