mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Misc:
- Convert c_t_a entry into c_a to prevent errors - Allow mounting in Black Temple <outdoor parts> - fix by exodius to add sound for Corrupted Ashbringer Closes #9997
This commit is contained in:
10
sql/updates/world/2013_06_29_01_world_creature_addon.sql
Normal file
10
sql/updates/world/2013_06_29_01_world_creature_addon.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=17975;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=82987;
|
||||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(82987,829870,0,0,1,0,''); -- Converted from c_t_a, works on both normal and heroic entry
|
||||
|
||||
-- allow mounting inside Black Temple (outdoor areas)
|
||||
UPDATE `instance_template` SET `allowMount`=1 WHERE `map`=564;
|
||||
|
||||
-- fix for issue #9997 by Exodius
|
||||
UPDATE `spell_script_names` SET `spell_id`=28441 WHERE `spell_id`=28414 AND `ScriptName`='spell_item_ashbringer';
|
||||
Reference in New Issue
Block a user