mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Script/Spells: Solve problems with argent tournament spells
- Including cleanup in spell_generic
This commit is contained in:
5
sql/updates/world/2012_02_01_00_world_misc.sql
Normal file
5
sql/updates/world/2012_02_01_00_world_misc.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=9798 AND `type`=6;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=63399;
|
||||
INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES
|
||||
(63399, 'spell_gen_tournament_pennant');
|
||||
Reference in New Issue
Block a user