diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-07-07 02:57:24 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-07 02:57:24 +0200 |
| commit | 644910bdc149035d64da4e1b323092a9dc314e68 (patch) | |
| tree | f7f34afe2e330e9c64bdbfce2cc1d2128bd8e25d /sql/updates | |
| parent | 6199d458c3ec4df3b0643a885e3789c88bb4e8cd (diff) | |
DB/Trainer: remove required ability from Riding spells. The client should only show the required amount of skill.
Also comment out unused argument in previously committed script, thanks Aokromes for noticing!
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_07_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_07_01_world.sql b/sql/updates/world/3.3.5/2019_07_07_01_world.sql new file mode 100644 index 00000000000..8a0f825c0d0 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_07_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `trainer_spell` SET `ReqAbility1`=0 WHERE `SpellId` IN (33391, 34090, 34091); |
