fix(Scripts/MoltenCore): Fixed some Geddon encounter issues (#8941)

This commit is contained in:
Andrius Peleckas 2021-11-08 18:11:10 +02:00 committed by GitHub
parent 009a52d1f1
commit bbd547fc14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 70 additions and 6 deletions

View file

@ -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');