diff options
| author | Killyana <morphone1@gmail.com> | 2019-05-26 01:38:01 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-08 21:04:19 +0100 |
| commit | 122584ae5845548ea7639ce24a2d315fede3835e (patch) | |
| tree | cc492e2364762fdfaf7a60c4cb7cd6c91567bbfa | |
| parent | d69847fbdd293b19fca70d2f9f90d0e2765b5cb4 (diff) | |
DB/Spell: D.I.S.C.O.
(cherry picked from commit 346514b50d8051e3ed0786a9644c01ec0086d85f)
| -rw-r--r-- | sql/updates/world/master/2021_12_08_06_world_2019_05_26_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_08_06_world_2019_05_26_01_world.sql b/sql/updates/world/master/2021_12_08_06_world_2019_05_26_01_world.sql new file mode 100644 index 00000000000..27b1a788a41 --- /dev/null +++ b/sql/updates/world/master/2021_12_08_06_world_2019_05_26_01_world.sql @@ -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); |
