diff options
author | Filip <boev.filip@gmail.com> | 2013-09-29 22:28:45 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-09-29 22:28:45 +0200 |
commit | ff8bc029cea05a1c74b7633ae5ffecb5960ec55f (patch) | |
tree | fdbe70c3c97cf74a20e503c533f115e108190d71 | |
parent | 9842cbf8876e1ea0e77b4c2f9ec2c9192c0e3243 (diff) |
DB/Update: Gibblewilt fear spam
By @Vincent-Michael fixes #10627
-rw-r--r-- | sql/updates/world/2013_09_29_04_world_updatesi.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_29_04_world_updatesi.sql b/sql/updates/world/2013_09_29_04_world_updatesi.sql new file mode 100644 index 00000000000..9170cfdbaac --- /dev/null +++ b/sql/updates/world/2013_09_29_04_world_updatesi.sql @@ -0,0 +1,3 @@ +UPDATE `smart_scripts` SET `link`=12 WHERE `entryorguid`=8503 AND `source_type`=0 AND `id`=11; +UPDATE `smart_scripts` SET `event_type`=61,`event_param2`=0 WHERE `entryorguid`=8503 AND `source_type`=0 AND `id`=12; +UPDATE `smart_scripts` SET `event_type`=61,`link`=0 WHERE `entryorguid`=8503 AND `source_type`=0 AND `id`=13; |