aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-10-10 11:56:42 +0200
committerShauren <shauren.trinity@gmail.com>2015-10-10 11:56:42 +0200
commitc8b99012fd2bafaa10ff6ad72aeaa80bfd4b6543 (patch)
treee95e10446f0e4e879de645e3a6091e9a98047a1c /sql
parent88c2066ea87c8bdfdec443b081d6c94fc288e7c8 (diff)
parentba100a0cb9e88394fd5582cc5e4bcf54f013d7d0 (diff)
Merge branch 'Treeston-3.3.5-loatheb' into 3.3.5
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_10_10_02_world.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_10_02_world.sql b/sql/updates/world/2015_10_10_02_world.sql
new file mode 100644
index 00000000000..068255d4e0c
--- /dev/null
+++ b/sql/updates/world/2015_10_10_02_world.sql
@@ -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);