diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-23 23:28:15 +0000 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-23 23:28:15 +0000 |
| commit | a0e5f5a37621465cb20680a2869c9cdb1a86eeb0 (patch) | |
| tree | ef75333eef6abebea4121a85053cce1de546ee44 | |
| parent | 90899e7395d278e3db113af874e80aeede84fc84 (diff) | |
DB/Spell: Elixir of Minor Accuracy
By @Killyana closes #13206
| -rw-r--r-- | sql/updates/world/2015_02_23_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_23_03_world.sql b/sql/updates/world/2015_02_23_03_world.sql new file mode 100644 index 00000000000..468af7088b4 --- /dev/null +++ b/sql/updates/world/2015_02_23_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_group` WHERE `id`=1 AND `spell_id`=63729; +INSERT INTO `spell_group` (`id`, `spell_id`) VALUES +(1, 63729); |
