aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-10-09 23:13:26 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-10-09 23:13:26 +0200
commit4588294dd8580f93efdede3921909c7f1b7924c7 (patch)
tree45201a66ee4dabb5549b93ce50cf60d185b37f61
parent8a94744c4b0ed750c6d251b0352acecb341a92aa (diff)
Fix some db errors ... (Yippie-Ya-Yeah)
-rw-r--r--sql/updates/world/2013_10_10_00_world_misc.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2013_10_10_00_world_misc.sql b/sql/updates/world/2013_10_10_00_world_misc.sql
new file mode 100644
index 00000000000..e46668548b1
--- /dev/null
+++ b/sql/updates/world/2013_10_10_00_world_misc.sql
@@ -0,0 +1,8 @@
+UPDATE `creature` SET `spawndist`=0 WHERE `guid`=142524;
+
+UPDATE `smart_scripts` SET `event_param2`=100 WHERE `entryorguid`=16769 AND `source_type`=0 AND `id`=9;
+UPDATE `smart_scripts` SET `action_param1`=55661 WHERE `entryorguid`=29872 AND `source_type`=0 AND `id`=1;
+UPDATE `smart_scripts` SET `action_param1`=55661 WHERE `entryorguid`=29895 AND `source_type`=0 AND `id`=3;
+
+UPDATE `conditions` SET `SourceGroup`=10059 WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup`=10058 AND `SourceEntry`=51969;
+UPDATE `conditions` SET `SourceGroup`=10058 WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup`=10059 AND `SourceEntry`=51961; \ No newline at end of file