aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-04-26 12:50:37 -0400
committerKandera <KanderaDev@gmail.com>2012-04-26 12:50:37 -0400
commit778afa11ac80837c877d043c6146e18c1aab89aa (patch)
tree55060d508e0e3e9c93d4ea910630875baf0a1952
parenta97646ca5a9c1297744b1b5557984ab187ec4982 (diff)
DB/SAI: andd now this should be fixed ONCE AND FOR ALL
-rw-r--r--sql/updates/world/2012_04_26_01_world_conditions.sql1
-rw-r--r--sql/updates/world/2012_04_26_01_world_smart_scripts.sql1
2 files changed, 1 insertions, 1 deletions
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;