mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Creature: Fix Spell Click for Dead Mage Hunter
Replace ride spell for Flamebringer by the correct one
This commit is contained in:
8
sql/updates/world/2015_10_30_32_world.sql
Normal file
8
sql/updates/world/2015_10_30_32_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
UPDATE `npc_spellclick_spells` SET `cast_flags`=1 WHERE `npc_entry`=26477 AND `spell_id`=61832;
|
||||
|
||||
UPDATE `smart_scripts` SET `action_param1`=48600 WHERE `entryorguid`=27292 AND `source_type`=0 AND `id`=3;
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=48600;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES
|
||||
(13, 1, 48600, 31, 0, 3, 27292, "Ride Flamebringer effect only on Flamebringer");
|
||||
Reference in New Issue
Block a user