diff options
author | tobmaps <spambot42@yandex.ru> | 2011-08-06 19:58:28 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-08-06 19:58:28 +0700 |
commit | 3d935c218fc5abb0915d9ff42a931fb018ef79b0 (patch) | |
tree | 255b7c6c62804c6e2197947b10b489a1130489a6 | |
parent | 7f575071551ce9f75c6a410d33620f22e02c818e (diff) |
SQL: Cleanup in SQL updates
-rw-r--r-- | sql/updates/world/2011_07_27_01_world_trinity_string.sql | 3 | ||||
-rw-r--r-- | sql/updates/world/2011_08_01_01_world_waypoints.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2011_08_01_03_world_spell_misc.sql | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/sql/updates/world/2011_07_27_01_world_trinity_string.sql b/sql/updates/world/2011_07_27_01_world_trinity_string.sql index 9e36d27ed37..3e4d9c3d662 100644 --- a/sql/updates/world/2011_07_27_01_world_trinity_string.sql +++ b/sql/updates/world/2011_07_27_01_world_trinity_string.sql @@ -1,2 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry` = 283; INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES -(283,'You have disabled %s\'s chat for %u minutes, effective at the player\'s next login. Reason: %s.');
\ No newline at end of file +(283,'You have disabled %s\'s chat for %u minutes, effective at the player\'s next login. Reason: %s.'); diff --git a/sql/updates/world/2011_08_01_01_world_waypoints.sql b/sql/updates/world/2011_08_01_01_world_waypoints.sql index 889929d4e3c..8b44e18d983 100644 --- a/sql/updates/world/2011_08_01_01_world_waypoints.sql +++ b/sql/updates/world/2011_08_01_01_world_waypoints.sql @@ -340,4 +340,4 @@ INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z` (@PATH,3,-12263.227539,-1460.766235,147.386337,0,1,0,100,0), (@PATH,4,-12231.422852,-1469.367920,148.652176,0,1,0,100,0), (@PATH,5,-12220.394531,-1434.480347,151.252106,0,1,0,100,0), -(@PATH,6,-12246.502930,-1412.346069,152.635223,0,1,0,100,0);
\ No newline at end of file +(@PATH,6,-12246.502930,-1412.346069,152.635223,0,1,0,100,0); diff --git a/sql/updates/world/2011_08_01_03_world_spell_misc.sql b/sql/updates/world/2011_08_01_03_world_spell_misc.sql index b6bd71a9965..0c9b2c3677f 100644 --- a/sql/updates/world/2011_08_01_03_world_spell_misc.sql +++ b/sql/updates/world/2011_08_01_03_world_spell_misc.sql @@ -4,4 +4,4 @@ INSERT INTO `spell_dbc` (`id`,`Effect1`,`EffectImplicitTargetA1`,`Comment`) VALU DELETE FROM `spell_script_names` WHERE `spell_id`=18350; INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -(18350,'spell_gen_soul_preserver');
\ No newline at end of file +(18350,'spell_gen_soul_preserver'); |