fix(Script/Spell): Dark Reckoning (#9024)

Co-Authored-By: Lucas Nascimento <keader.android@gmail.com>
This commit is contained in:
Kitzunu 2021-11-10 00:21:25 +01:00 committed by GitHub
parent 552df578bb
commit 28a496bfa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636293158309628100');
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_deathwhisper_dark_reckoning';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(69483,'spell_deathwhisper_dark_reckoning');