aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/2280_mangos_7565_01_world_trinity_string.sql (renamed from sql/updates/7565_01_mangos_mangos_string.sql)8
-rw-r--r--sql/updates/2284_mangos_7568_01_world_spell_proc_event.sql (renamed from sql/updates/7568_01_mangos_spell_proc_event.sql)2
-rw-r--r--sql/updates/2296_world.sql (renamed from sql/updates/2296_world_creature_template.sql)0
3 files changed, 5 insertions, 5 deletions
diff --git a/sql/updates/7565_01_mangos_mangos_string.sql b/sql/updates/2280_mangos_7565_01_world_trinity_string.sql
index 4557d196665..c7ec3aaf725 100644
--- a/sql/updates/7565_01_mangos_mangos_string.sql
+++ b/sql/updates/2280_mangos_7565_01_world_trinity_string.sql
@@ -1,9 +1,9 @@
-ALTER TABLE db_version CHANGE COLUMN required_7560_01_mangos_gameobject_template required_7565_01_mangos_mangos_string bit;
+/*ALTER TABLE db_version CHANGE COLUMN required_7560_01_mangos_gameobject_template required_7565_01_mangos_mangos_string bit;*/
-DELETE FROM mangos_string WHERE entry IN(1010,1011,1012,1013,1014);
-INSERT INTO mangos_string VALUES
+DELETE FROM `trinity_string` WHERE `entry` IN (1010,1011,1012,1013,1014);
+INSERT INTO `trinity_string` VALUES
(1010,'| Account | Character | IP | GM | Expansion |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(1011,'|<Error> | %20s |<Error> |<Er>| <Error> |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(1012,'===========================================================================',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(1013,'|%15s| %20s | %15s |%4d| %9d |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(1014,'No online players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
+(1014,'No online players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file
diff --git a/sql/updates/7568_01_mangos_spell_proc_event.sql b/sql/updates/2284_mangos_7568_01_world_spell_proc_event.sql
index 327e75c1e36..016b88eac27 100644
--- a/sql/updates/7568_01_mangos_spell_proc_event.sql
+++ b/sql/updates/2284_mangos_7568_01_world_spell_proc_event.sql
@@ -1,4 +1,4 @@
-ALTER TABLE db_version CHANGE COLUMN required_7565_01_mangos_mangos_string required_7568_01_mangos_spell_proc_event bit;
+/*ALTER TABLE db_version CHANGE COLUMN required_7565_01_mangos_mangos_string required_7568_01_mangos_spell_proc_event bit;*/
-- (53569) Infusion of Light (Rank 1)
DELETE FROM `spell_proc_event` WHERE `entry` IN (53569);
diff --git a/sql/updates/2296_world_creature_template.sql b/sql/updates/2296_world.sql
index 716d6be4b82..716d6be4b82 100644
--- a/sql/updates/2296_world_creature_template.sql
+++ b/sql/updates/2296_world.sql