diff options
| author | Brian <runningnak3d@gmail.com> | 2010-01-31 13:19:43 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-01-31 13:19:43 -0700 |
| commit | ba9197236c3d295d868fa36d6564c8f8f8fbff9e (patch) | |
| tree | a04a5c8a029972385b69291a4065a7e9c9f69936 /sql/world.sql | |
| parent | a4759e9ce89dcbd8c033d560339a9b8417ab2bf4 (diff) | |
* Backed out changeset af19f9ff6dd8
* Spell ranks are handled by the (imagine this) spell_ranks table
* Data already in spell_ranks for these spells
* Thanks QAston
--HG--
branch : trunk
Diffstat (limited to 'sql/world.sql')
| -rw-r--r-- | sql/world.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/world.sql b/sql/world.sql index f272b47d750..27bc5244405 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -6654,10 +6654,6 @@ CREATE TABLE `spell_required` ( LOCK TABLES `spell_required` WRITE; /*!40000 ALTER TABLE `spell_required` DISABLE KEYS */; -INSERT INTO `spell_required` (`spell_id`,`req_spell`) VALUES -(57720,30706), -- Totem of Wrath rank 2 (must know rank 1) -(57721,57720), -- Totem of Wrath rank 3 (must know rank 2) -(57722,57721); -- Totem of Wrath rank 4 (must know rank 3) /*!40000 ALTER TABLE `spell_required` ENABLE KEYS */; UNLOCK TABLES; |
