mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Merge pull request #8074 from Warpten/halionUpdate
Scripts/Ruby Sanctum: Misc fixes.
This commit is contained in:
10
sql/updates/world/2012_10_14_00_world_creature.sql
Normal file
10
sql/updates/world/2012_10_14_00_world_creature.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Spawnmask updates
|
||||
UPDATE `creature` SET `spawnMask`=15 WHERE `id` IN(40091, 40081);
|
||||
|
||||
-- Auras updates (Now in script, can't be used in creature_addon because dynamically spawned)
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN(39863, 40142);
|
||||
|
||||
-- Blazing Aura
|
||||
-- NOTE: This still does not work, no clue why. Probably a core-side bug ?
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13,2,75886,0,0,31,0,3,40683,0,0,0, '', 'Blazing Aura can only target Living Embers');
|
||||
Reference in New Issue
Block a user