diff options
| author | Kandera <KanderaDev@gmail.com> | 2012-04-26 12:50:37 -0400 |
|---|---|---|
| committer | Kandera <KanderaDev@gmail.com> | 2012-04-26 12:50:37 -0400 |
| commit | 778afa11ac80837c877d043c6146e18c1aab89aa (patch) | |
| tree | 55060d508e0e3e9c93d4ea910630875baf0a1952 | |
| parent | a97646ca5a9c1297744b1b5557984ab187ec4982 (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.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2012_04_26_01_world_smart_scripts.sql | 1 |
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; |
