fix(DB/Gob): Move D.I.S.C.O script to spell_scripts (#9524)

This commit is contained in:
Kitzunu
2021-12-11 13:49:46 +01:00
committed by GitHub
parent efea0a9a10
commit ad86b1ef14

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638733183561519300');
UPDATE `gameobject_template` SET `AIName`='' WHERE `entry`=190351;
DELETE FROM `smart_scripts` WHERE `entryorguid`=190351 AND `source_type`=1;
DELETE FROM `spell_scripts` WHERE `id`=50499;
INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES
(50499,0,0,15,50493,0,0,0,0,0,0);