diff options
author | MitchesD <majklprofik@seznam.cz> | 2014-10-04 18:49:46 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2014-10-04 18:50:42 +0200 |
commit | b4e5384d27f591cb99f0ca06c50b1ac36b42edee (patch) | |
tree | 7418bd7a566d28e0ad8c2fe19044241d0574bf01 | |
parent | 3c103f718d8a77da6bb3ae52187746c6fd09473e (diff) |
DB/SAI: fix more startup errors
Updates https://github.com/TrinityCore/TrinityCore/issues/13256
-rw-r--r-- | sql/updates/world/2014_10_04_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_04_01_world.sql b/sql/updates/world/2014_10_04_01_world.sql new file mode 100644 index 00000000000..fa7f662ca82 --- /dev/null +++ b/sql/updates/world/2014_10_04_01_world.sql @@ -0,0 +1,6 @@ +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry` IN(164885,164886,164887,164888,171939,171942,173284,173324,173327,174594,174595,174596,174597,174598,174599,174600,174601,174602,174603,174604,174605,174606,174607,174608,174684,174686,174708,174709,174712,174713,191124); +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN(29525,29863,24198,23698,21611,21503); +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid` IN(8978,2706) AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid` IN(4675,28156) AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=21057 AND `source_type`=0 AND `id`=9; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=25806 AND `source_type`=0 AND `id`=2; |