fix(Scripts/UtgardPinnacle): Implement Beast's Mark (#11298)

* chery-pick commit (f6409efcf6)

Co-Authored-By: Lucas Nascimento <keader.android@gmail.com>

Co-authored-by: Lucas Nascimento <keader.android@gmail.com>
This commit is contained in:
Kitzunu
2022-04-07 20:55:01 +02:00
committed by GitHub
parent c720457519
commit 9858773ab6
3 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1649181854899342300');
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_utgarde_pinnacle_beast_mark';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(48876,'spell_utgarde_pinnacle_beast_mark'),
(59237,'spell_utgarde_pinnacle_beast_mark');