diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-09-23 11:13:37 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-09-23 11:13:37 +0100 |
commit | 8b6bb8ff6bb695b9dcbf9445aac1db0a9926e781 (patch) | |
tree | 42dce1867607336587d3777b4450659766283ebe | |
parent | 374ea68c48efa4972c3386a7a24915ddd7bb8576 (diff) |
DB/Misc: Error fixes
Closes #13182
-rw-r--r-- | sql/updates/world/2014_09_23_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_23_01_world.sql b/sql/updates/world/2014_09_23_01_world.sql new file mode 100644 index 00000000000..9ce9e338f44 --- /dev/null +++ b/sql/updates/world/2014_09_23_01_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=29435; +UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=39812, `action_param2`=2, `comment`='Wild Sparrowhawk - On Script - Cast Captured Sparrowhawk' WHERE `entryorguid`=2297900 AND `source_type`=9 AND `id`=2 AND `link`=0; |