diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-27 03:21:49 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-04 19:01:39 +0100 |
commit | 2d7cd5171590f739de555a6182caea66d6ffab92 (patch) | |
tree | 69697938a0a01dba0548980f3b1cbebea0e76146 | |
parent | b8db320bf14e327bcd12279871b914d8635ef122 (diff) |
DB/Misc: Fix Skadi the Ruthless
By sirikfoll, closes #17935
(cherry picked from commit a573e8f680429c03abba6e04f9bc326a0ebfb378)
-rw-r--r-- | sql/updates/world/master/2017_03_04_00_world_2016_09_27_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_04_00_world_2016_09_27_00_world.sql b/sql/updates/world/master/2017_03_04_00_world_2016_09_27_00_world.sql new file mode 100644 index 00000000000..c4458e3a9d5 --- /dev/null +++ b/sql/updates/world/master/2017_03_04_00_world_2016_09_27_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_area` SET `gender`=2 WHERE `spell`=47546; |