fix(Core/Spell): Instant Statue

This commit is contained in:
Kitzunu
2021-01-20 23:14:05 +01:00
parent ce4dbbce76
commit e2d9bb880a
2 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1611180684314340400');
DELETE FROM `spell_script_names` WHERE `spell_id` = 75731;
INSERT INTO `spell_script_names` (`spell_id`, `scriptName`) VALUE
(75731, 'spell_item_instant_statue');
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 40246;
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (74890, -75731);
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(74890, 75055, 0, 'Instant Statue'),
(-75731, -74890, 0, 'Instant Statue'),
(-75731, -75055, 0, 'Instant Statue');