From b4e66f43a8b2d8e7bc4646f1e9d7407e96947683 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Sun, 22 Oct 2017 15:29:20 +0200 Subject: DB/SAI: Cut down the creature text spam in Skorn Closes #20682 --- sql/updates/world/3.3.5/2017_10_22_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_22_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_10_22_03_world.sql b/sql/updates/world/3.3.5/2017_10_22_03_world.sql new file mode 100644 index 00000000000..a421d9d8b06 --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3