diff options
author | QAston <none@none> | 2009-04-12 18:50:36 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-12 18:50:36 +0200 |
commit | 9c29a7aafe4af02b7c581a73480abba9f2a5a7d0 (patch) | |
tree | 93e3249f34e1518d944fdbf662514d4593771cf4 | |
parent | b2c3413806011e12ae51d2aace46604398705d19 (diff) |
Correctly chose target for shadowflame
--HG--
branch : trunk
rename : sql/updates/2626_world.sql => sql/updates/2629_world.sql
-rw-r--r-- | sql/updates/2626_world.sql | 2 | ||||
-rw-r--r-- | sql/updates/2629_world.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/2626_world.sql b/sql/updates/2626_world.sql deleted file mode 100644 index 0866b52c428..00000000000 --- a/sql/updates/2626_world.sql +++ /dev/null @@ -1,2 +0,0 @@ -INSERT IGNORE INTO `spell_linked_spell` VALUES (47897, 47960, 0, 'Shadowflame Rank 1'); -INSERT IGNORE INTO `spell_linked_spell` VALUES (61290, 61291, 0, 'Shadowflame Rank 2'); diff --git a/sql/updates/2629_world.sql b/sql/updates/2629_world.sql new file mode 100644 index 00000000000..be4609b7d5e --- /dev/null +++ b/sql/updates/2629_world.sql @@ -0,0 +1,2 @@ +INSERT IGNORE INTO `spell_linked_spell` VALUES (47897, 47960, 1, 'Shadowflame Rank 1'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (61290, 61291, 1, 'Shadowflame Rank 2'); |