diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-13 01:43:37 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-26 19:26:43 +0100 |
commit | 29ce69b3ad489be67c229aef5aa7f2208a0bd00d (patch) | |
tree | 7004784eddb7cc36b86fe59fd5b8fed858605361 /sql | |
parent | 9dae7a6c5ef319f00d28dbe64e50cad505d337bf (diff) |
DB/Quest: improvements for Test at Sea:
- Prevent player from entering combat when using the quest item.
- The targeted NPCs should only yell sporadically.
(cherry picked from commit 271c16fb60f7c0d3ada5d34e0dfc39eb8b1d2cb1)
Rename 2016_09_12_03_world.sql to 2016_09_13_01_world.sql
(cherry picked from commit 43968512ce88f0cbe37e23400437a753a84189ce)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2017_02_26_16_world_2016_09_13_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_26_16_world_2016_09_13_01_world.sql b/sql/updates/world/master/2017_02_26_16_world_2016_09_13_01_world.sql new file mode 100644 index 00000000000..bf9120a1b28 --- /dev/null +++ b/sql/updates/world/master/2017_02_26_16_world_2016_09_13_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_chance`=5 WHERE `entryorguid`=24120 AND `id`=1; |