diff options
| author | Killyana <morphone1@gmail.com> | 2018-03-22 00:13:18 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-09-22 23:16:14 +0200 |
| commit | 638cc78dfb02ae3dc08b13c9746c1f1f4e87094f (patch) | |
| tree | bf3891c0d6ef15bea26bea4b1628ee7b375af0e2 | |
| parent | 6a42440c87f6f4737aed26d0f30a670814768384 (diff) | |
DB/SAI: Fix some wrong scripts related to the event movement informer
(cherry picked from commit 3420b8d5c4dd21b66502ace7cd6ee210d6e6e8e1)
| -rw-r--r-- | sql/updates/world/master/2021_09_22_04_world_2018_03_21_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_22_04_world_2018_03_21_02_world.sql b/sql/updates/world/master/2021_09_22_04_world_2018_03_21_02_world.sql new file mode 100644 index 00000000000..3c054070129 --- /dev/null +++ b/sql/updates/world/master/2021_09_22_04_world_2018_03_21_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=8, `event_param2`=1 WHERE `entryorguid`=26096 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `event_type`=40 WHERE `entryorguid` IN (-102329,-102341,-102330,-102328,-102326,-102333,-102327) AND `source_type`=0 AND `id`=3; |
