From 898efd78b36093be4bfd70657fd33664b7f66437 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Mon, 17 Aug 2009 03:12:37 +0200 Subject: Fix typo --HG-- branch : trunk --- sql/updates/5119_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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 -- cgit v1.2.3