diff options
author | Trazom62 <none@none> | 2010-04-11 15:47:42 +0200 |
---|---|---|
committer | Trazom62 <none@none> | 2010-04-11 15:47:42 +0200 |
commit | 7766b4fcf039d686a1375072171d0136124f794d (patch) | |
tree | 3bd2b73ff86a9fa4155406ab58b577f875611221 | |
parent | 73345c9e3c5f3beabafc7e3ee80395395f9fe1a8 (diff) |
Fix typo in world.sql (spell_difficulty_dbc)
--HG--
branch : trunk
-rw-r--r-- | sql/world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql index 5b03896cb72..1272a3806d9 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -14200,7 +14200,7 @@ LOCK TABLES `spell_difficulty_dbc` WRITE; /*!40000 ALTER TABLE `spell_difficulty_dbc` DISABLE KEYS */; INSERT INTO `spell_difficulty_dbc` VALUES (3000, 47772, 56935, 0, 0), -- Magus Telestra - Ice Nova -(3001, 47773, 56934, 0, 0); -- Magus Telestra - Fire Bomb +(3001, 47773, 56934, 0, 0), -- Magus Telestra - Fire Bomb (3002, 44189, 46164, 0, 0), -- SPELL_FIREBALL_NORMAL / SPELL_FIREBALL_HEROIC (3003, 44190, 46163, 0, 0), -- SPELL_FLAMESTRIKE1_NORMAL / SPELL_FLAMESTRIKE1_HEROIC (3004, 44174, 46192, 0, 0), -- SPELL_RENEW_NORMAL / SPELL_RENEW_HEROIC |