From 5fd6235b2fb897877341ba2fe67e9e28908b0f7e Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 13 Mar 2009 18:52:19 -0600 Subject: *Fix a sql. Add a missing sql. --HG-- branch : trunk --- sql/updates/1857_world.sql | 1 + sql/updates/7439_01_mangos_mangos_string.sql | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 sql/updates/7439_01_mangos_mangos_string.sql (limited to 'sql') diff --git a/sql/updates/1857_world.sql b/sql/updates/1857_world.sql index 095e0e2ee5e..255a3b0698c 100644 --- a/sql/updates/1857_world.sql +++ b/sql/updates/1857_world.sql @@ -1,3 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (47571, 47572, 53754, 53759); -- Psyhic Horror INSERT INTO `spell_proc_event` VALUES (47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0); INSERT INTO `spell_proc_event` VALUES (47572, 0x00, 6, 59981, 0x00000000, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0); diff --git a/sql/updates/7439_01_mangos_mangos_string.sql b/sql/updates/7439_01_mangos_mangos_string.sql new file mode 100644 index 00000000000..f20b816a508 --- /dev/null +++ b/sql/updates/7439_01_mangos_mangos_string.sql @@ -0,0 +1,5 @@ +/*ALTER TABLE db_version CHANGE COLUMN required_7422_01_mangos_mangos_string required_7439_01_mangos_mangos_string bit;*/ + +DELETE FROM mangos_string WHERE entry in (175); +INSERT INTO mangos_string VALUES + (175,'Liquid level: %f, ground: %f, type: %d, status: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file -- cgit v1.2.3