SQL: Fix sql error (thx ChazyTheBest)

This commit is contained in:
Vincent-Michael
2012-09-02 21:02:35 +02:00
parent 1731ff5ca1
commit 28a5e1e148

View File

@@ -1,4 +1,4 @@
-- Unlocking zuluhed chains
-- Unlocking zuluhed chains
DELETE FROM `spell_script_names` WHERE `spell_id`=38790;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(38790, 'spell_unlocking_zuluheds_chains');