diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 19:25:23 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-11-08 19:25:23 +0100 |
commit | a5969cfc27d208fde801eeae06c9bd285e2b69cd (patch) | |
tree | 50f08b2b3174ba313c2ed8daf44156fb97b296ce | |
parent | 13b028934232f4d9c8d72f8041c47c897a69edcf (diff) |
DB/SAI: Fix event chance for talk action of NPC Paelarin
Closes #20813
-rw-r--r-- | sql/updates/world/3.3.5/2017_11_08_15_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |