diff options
-rw-r--r-- | sql/updates/9008_world_trinity_string.sql | 1 | ||||
-rw-r--r-- | sql/updates/9039_world_reputation_spillover_template.sql | 1 | ||||
-rw-r--r-- | sql/updates/9199_world_spell_script_names.sql | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/sql/updates/9008_world_trinity_string.sql b/sql/updates/9008_world_trinity_string.sql index a247ff0c1f4..b046ba2d1b2 100644 --- a/sql/updates/9008_world_trinity_string.sql +++ b/sql/updates/9008_world_trinity_string.sql @@ -1,3 +1,2 @@ - DELETE FROM `trinity_string` WHERE (`entry`='5028'); INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES ('5028', 'Lootid: %u'); diff --git a/sql/updates/9039_world_reputation_spillover_template.sql b/sql/updates/9039_world_reputation_spillover_template.sql index 6f52ad241aa..75c56c29a1b 100644 --- a/sql/updates/9039_world_reputation_spillover_template.sql +++ b/sql/updates/9039_world_reputation_spillover_template.sql @@ -1,4 +1,3 @@ - DROP TABLE IF EXISTS `reputation_spillover_template`; CREATE TABLE `reputation_spillover_template` ( `faction` smallint(6) unsigned NOT NULL default '0' COMMENT 'faction entry', diff --git a/sql/updates/9199_world_spell_script_names.sql b/sql/updates/9199_world_spell_script_names.sql index 0ba1b525fbc..54e9a2cc8ee 100644 --- a/sql/updates/9199_world_spell_script_names.sql +++ b/sql/updates/9199_world_spell_script_names.sql @@ -1,2 +1,2 @@ DELETE FROM `spell_script_names` WHERE `spell_id`=47948 AND `ScriptName`='spell_pri_pain_and_suffering_proc'; -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (47948, 'spell_pri_pain_and_suffering_proc');
\ No newline at end of file +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (47948, 'spell_pri_pain_and_suffering_proc'); |