mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(DB/Gob): Move D.I.S.C.O script to spell_scripts (#9524)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user