diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-10-22 15:29:20 +0200 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-01-13 22:04:52 +0100 |
| commit | 34247cae4e17bf54f90cf19326fcbee4598a7990 (patch) | |
| tree | 7fbc980949f2389bf2f9c37ba9e2630e215d8339 | |
| parent | 42dec81a1d45f6dd7b3d3ab641470dff13c2f594 (diff) | |
DB/SAI: Cut down the creature text spam in Skorn
Closes #20682
(cherry picked from commit b4e66f43a8b2d8e7bc4646f1e9d7407e96947683)
| -rw-r--r-- | sql/updates/world/master/2021_01_09_03_world_2017_10_22_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_09_03_world_2017_10_22_03_world.sql b/sql/updates/world/master/2021_01_09_03_world_2017_10_22_03_world.sql new file mode 100644 index 00000000000..a421d9d8b06 --- /dev/null +++ b/sql/updates/world/master/2021_01_09_03_world_2017_10_22_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_chance`=25 WHERE `entryorguid` IN (23663,23665) AND `id`=4; +UPDATE `smart_scripts` SET `event_chance`=25 WHERE `entryorguid` IN (23664, 23666) AND `id`=3; |
