fix(Script/Spells): Summon Shy-Rotam (#8382)

* Move creature summon script to core spell scripts from event_scripts
* Fixes it not engaging player when summoned
This commit is contained in:
Skjalf
2021-10-10 19:15:06 -03:00
committed by GitHub
parent bd7279150d
commit dd34d7e138
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633798793231677400');
DELETE FROM `event_scripts` WHERE `id` = 4975 AND `command` = 10;
DELETE FROM `spell_script_names` WHERE `spell_id` = 16796 AND `ScriptName` = 'spell_q5056_summon_shy_rotam';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(16796, 'spell_q5056_summon_shy_rotam');