mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
SQL: Cleanup in SQL updates
This commit is contained in:
@@ -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.');
|
||||
(283,'You have disabled %s\'s chat for %u minutes, effective at the player\'s next login. Reason: %s.');
|
||||
|
||||
@@ -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);
|
||||
(@PATH,6,-12246.502930,-1412.346069,152.635223,0,1,0,100,0);
|
||||
|
||||
@@ -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');
|
||||
(18350,'spell_gen_soul_preserver');
|
||||
|
||||
Reference in New Issue
Block a user