mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
SQL: Fix sql error (thx ChazyTheBest)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user