aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-08-17 03:12:37 +0200
committerKudlaty <none@none>2009-08-17 03:12:37 +0200
commit898efd78b36093be4bfd70657fd33664b7f66437 (patch)
tree6cdfecac78acc8158d2a7175418ccf6c9c59826d
parenta5f7cc13413074dbe4c2763ecb5adaffd29d1c75 (diff)
Fix typo
--HG-- branch : trunk
-rw-r--r--sql/updates/5119_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/5119_world.sql b/sql/updates/5119_world.sql
index 03450749b90..e9bbc577306 100644
--- a/sql/updates/5119_world.sql
+++ b/sql/updates/5119_world.sql
@@ -12,6 +12,6 @@ INSERT INTO `npc_spellclick_spells` (npc_entry, spell_id, quest_start, quest_sta
(31896, 60123, 0, 0, 0, 0x2, 0, 27873, 2),
(31897, 60123, 0, 0, 0, 0x2, 0, 7001, 2);
-DELETE FROM `spell_bonus_data` WHERE `npc_entry` IN(7001);
+DELETE FROM `spell_bonus_data` WHERE `entry` IN(7001);
REPLACE INTO `spell_bonus_data` (entry, direct_bonus, dot_bonus, ap_bonus, ap_dot_bonus, comments) VALUES
(7001, -1, 0.3333, -1, -1, 'Priest - Lightwell Renew Rank 1'); \ No newline at end of file