mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Merge branch 'Treeston-3.3.5-loatheb' into 3.3.5
This commit is contained in:
12
sql/updates/world/2015_10_10_02_world.sql
Normal file
12
sql/updates/world/2015_10_10_02_world.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=16286 AND `source_type`=0;
|
||||
UPDATE `creature_template` SET `AIName`="" WHERE `entry`=16286;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (29865,55053);
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(29865,"spell_loatheb_deathbloom"),
|
||||
(55053,"spell_loatheb_deathbloom");
|
||||
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (55594);
|
||||
INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`) VALUES
|
||||
(55594,55594,55601);
|
||||
Reference in New Issue
Block a user