mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
17
sql/updates/world/6.x/2016_09_28_00_world.sql
Normal file
17
sql/updates/world/6.x/2016_09_28_00_world.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
--
|
||||
DELETE FROM `instance_template` WHERE `map` IN (1456,1458,1462,1466,1475,1477,1492,1493,1498,1501,1516,1533,1544,1554);
|
||||
INSERT INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES
|
||||
(1456, 0, '', 0),
|
||||
(1458, 0, '', 0),
|
||||
(1462, 0, '', 0),
|
||||
(1466, 0, '', 0),
|
||||
(1475, 0, '', 0),
|
||||
(1477, 0, '', 0),
|
||||
(1492, 0, '', 0),
|
||||
(1493, 0, '', 0),
|
||||
(1498, 0, '', 0),
|
||||
(1501, 0, '', 0),
|
||||
(1516, 0, '', 0),
|
||||
(1533, 0, '', 0),
|
||||
(1544, 0, '', 0),
|
||||
(1554, 0, '', 0);
|
||||
Reference in New Issue
Block a user