diff options
| author | Killyana <morphone1@gmail.com> | 2016-07-04 00:20:10 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-04 20:17:46 +0100 |
| commit | c40c4a1b26bcabb732fcb5fc1d39816f919f6ad7 (patch) | |
| tree | 7fd194be6994414a820fb927844850408f9934e1 | |
| parent | 86b6d7f2a3e9f9ecd84e7c41695ba2d612f37de2 (diff) | |
DB/Fishing: Set minimum required fishing skill level for Wintergrasp
By SnapperRy
Closes #17502
(cherry picked from commit 4d6eed380fb924295c5ff9293d70f605bc868604)
| -rw-r--r-- | sql/updates/world/master/2017_02_04_14_world_2016_07_04_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_14_world_2016_07_04_02_world.sql b/sql/updates/world/master/2017_02_04_14_world_2016_07_04_02_world.sql new file mode 100644 index 00000000000..5282ae12337 --- /dev/null +++ b/sql/updates/world/master/2017_02_04_14_world_2016_07_04_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `skill_fishing_base_level` SET `skill`=430 WHERE `entry`=4197; |
