mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Spell: D.I.S.C.O.
This commit is contained in:
6
sql/updates/world/3.3.5/2019_05_26_01_world.sql
Normal file
6
sql/updates/world/3.3.5/2019_05_26_01_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
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