diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 19:25:23 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-01-29 19:23:53 +0100 |
commit | 772fec8073f6215d11b23d59a604c6089d5acf31 (patch) | |
tree | 1101271c6089d388850f12c1f798e7c5b14d1062 | |
parent | 0c34de947be43771c6fbf84c6ea16fde8fa685ac (diff) |
DB/SAI: Fix event chance for talk action of NPC Paelarin
Closes #20813
(cherry picked from commit a5969cfc27d208fde801eeae06c9bd285e2b69cd)
-rw-r--r-- | sql/updates/world/master/2021_01_25_21_world_2017_11_08_15_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |