From 772fec8073f6215d11b23d59a604c6089d5acf31 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Wed, 8 Nov 2017 19:25:23 +0100 Subject: DB/SAI: Fix event chance for talk action of NPC Paelarin Closes #20813 (cherry picked from commit a5969cfc27d208fde801eeae06c9bd285e2b69cd) --- sql/updates/world/master/2021_01_25_21_world_2017_11_08_15_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_01_25_21_world_2017_11_08_15_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_01_25_21_world_2017_11_08_15_world.sql b/sql/updates/world/master/2021_01_25_21_world_2017_11_08_15_world.sql new file mode 100644 index 00000000000..9e0bdc2562f --- /dev/null +++ b/sql/updates/world/master/2021_01_25_21_world_2017_11_08_15_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `entryorguid`=16263 AND `source_type`=0; -- cgit v1.2.3