diff options
author | teacher <none@none> | 2010-08-12 09:22:54 +0200 |
---|---|---|
committer | teacher <none@none> | 2010-08-12 09:22:54 +0200 |
commit | 898d57f09b5c07ee234e4287384427fedb9228a8 (patch) | |
tree | 686948e4ba3cf6ef425d32769c5752113939d75c | |
parent | c6b4309f1e6f41bf5f8dbcad18190bfd1f60cc4f (diff) |
Minor sql cleanup, no need to re-apply anything.
--HG--
branch : trunk
-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'); |