From 778afa11ac80837c877d043c6146e18c1aab89aa Mon Sep 17 00:00:00 2001 From: Kandera Date: Thu, 26 Apr 2012 12:50:37 -0400 Subject: DB/SAI: andd now this should be fixed ONCE AND FOR ALL --- sql/updates/world/2012_04_26_01_world_conditions.sql | 1 - sql/updates/world/2012_04_26_01_world_smart_scripts.sql | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 sql/updates/world/2012_04_26_01_world_conditions.sql create mode 100644 sql/updates/world/2012_04_26_01_world_smart_scripts.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_04_26_01_world_conditions.sql b/sql/updates/world/2012_04_26_01_world_conditions.sql deleted file mode 100644 index c43f08652ba..00000000000 --- a/sql/updates/world/2012_04_26_01_world_conditions.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `conditions` SET `source_type` = 0, `id` = 1 WHERE `entryorguid` = 25814 AND `source_type` = 1 AND `id` = 0; diff --git a/sql/updates/world/2012_04_26_01_world_smart_scripts.sql b/sql/updates/world/2012_04_26_01_world_smart_scripts.sql new file mode 100644 index 00000000000..e90e7b58433 --- /dev/null +++ b/sql/updates/world/2012_04_26_01_world_smart_scripts.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `source_type` = 0, `id` = 1 WHERE `entryorguid` = 25814 AND `source_type` = 1 AND `id` = 0; -- cgit v1.2.3