mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Misc: Fix some startup errors.
This commit is contained in:
5
sql/updates/world/2013_07_01_01_world_misc.sql
Normal file
5
sql/updates/world/2013_07_01_01_world_misc.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `waypoint_scripts` WHERE `id` BETWEEN 16 AND 18;
|
||||
DELETE FROM `db_script_string` WHERE `entry` IN (2000000107,2000000108);
|
||||
INSERT INTO `db_script_string` (`entry`,`content_default`) VALUES
|
||||
(2000000107, 'These aren''t Shango''s tracks.'),
|
||||
(2000000108, 'These tracks must belong to Shango.');
|
||||
Reference in New Issue
Block a user