fix(Scripts/MoltenCore): Fixed some Geddon encounter issues (#8941)
This commit is contained in:
parent
009a52d1f1
commit
bbd547fc14
2 changed files with 70 additions and 6 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635964941654899600');
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=20478 AND `ScriptName`='spell_geddon_armageddon';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(20478, 'spell_geddon_armageddon');
|
||||
Loading…
Add table
Add a link
Reference in a new issue