diff options
author | Killyana <morphone1@gmail.com> | 2016-04-11 23:05:20 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-04-11 23:05:20 +0200 |
commit | a173920834a5ec4dfe92d6eb7b1cba3e6485165d (patch) | |
tree | 6916d5705a731648ee0c04f95a4b1e9f108946de | |
parent | 29246b2afb432b36beadeeaab1dcea655bc433ec (diff) |
DB/Spell: Furious Attacks
Closes #6532
By @sirikfoll
-rw-r--r-- | sql/updates/world/2016_04_11_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_11_02_world_335.sql b/sql/updates/world/2016_04_11_02_world_335.sql new file mode 100644 index 00000000000..93b6000554c --- /dev/null +++ b/sql/updates/world/2016_04_11_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_group` SET `spell_id`=56112 WHERE `id`=1061 and`spell_id`=46910; |