diff options
author | Gacko <gacko28@gmx.de> | 2014-07-05 20:33:43 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2014-07-05 20:33:43 +0200 |
commit | 03b1464412dba1bc158965a41ec9262430b272f2 (patch) | |
tree | c7f42dc8838064774326d5aaff19e1b5e970b40f | |
parent | 65170d8aa46685abf76a5b819d24dc2852f26049 (diff) |
Wrong branch...
-rw-r--r-- | sql/updates/world/2014_07_05_02_world_spell_linked_spell.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/updates/world/2014_07_05_02_world_spell_linked_spell.sql b/sql/updates/world/2014_07_05_02_world_spell_linked_spell.sql deleted file mode 100644 index 2772348b63a..00000000000 --- a/sql/updates/world/2014_07_05_02_world_spell_linked_spell.sql +++ /dev/null @@ -1,4 +0,0 @@ -DELETE FROM `spell_linked_spell` WHERE (`spell_trigger`=77767 AND `spell_effect`=91954) OR (`spell_trigger`=56641 AND `spell_effect`=77443); -INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `comment`) VALUES -(77767, 91954, 'Cobra Shot Focus'), -- Gives 9 focus on fire -(56641, 77443, 'Steady Shot Focus'); -- Gives 9 focus on fire |