mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user