diff options
| author | Killyana <morphone1@gmail.com> | 2019-06-17 21:41:12 +0200 | 
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-06-17 21:41:12 +0200 | 
| commit | 17671c633cd7b6c5066f9595108cb8df5a6626c6 (patch) | |
| tree | a11dedc574c27233207755b381d6a02a54fbd9fc | |
| parent | 70cbedd75dff077fa75e25c4c467f0efd4bb6252 (diff) | |
DB/Quest: Destroying the Altars
Closes #23431
| -rw-r--r-- | sql/updates/world/3.3.5/2019_06_17_03_world.sql | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_17_03_world.sql b/sql/updates/world/3.3.5/2019_06_17_03_world.sql new file mode 100644 index 00000000000..a64869b613c --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_17_03_world.sql @@ -0,0 +1,7 @@ +--  +DELETE FROM `creature_addon` WHERE `guid` IN (121091,121122,121130,124617); +UPDATE `creature_template_addon` SET `auras`="57836" WHERE `entry` IN (30742, 30744,30950,30745); +DELETE FROM `spell_scripts` WHERE `id`=57852; +INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(57852,0,0,15,46419,2,0,0,0,0,0), +(57852,0,0,15,57931,2,0,0,0,0,0);  | 
