From a5969cfc27d208fde801eeae06c9bd285e2b69cd 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 --- sql/updates/world/3.3.5/2017_11_08_15_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_08_15_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_11_08_15_world.sql b/sql/updates/world/3.3.5/2017_11_08_15_world.sql new file mode 100644 index 00000000000..9e0bdc2562f --- /dev/null +++ b/sql/updates/world/3.3.5/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