mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Misc: 3.3.5a fixes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=33836;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13, 3, 33836, 0, 0, 31, 0, 3, 19397, 0, 0, 0, 0, "", "Spell 'Dropping Heavy Bomb' can only hit 'Mo'arg Overseer' OR"),
|
||||
(13, 3, 33836, 0, 1, 31, 0, 3, 19398, 0, 0, 0, 0, "", "Spell 'Dropping Heavy Bomb' can only hit 'Gan'arg Peon' OR"),
|
||||
(13, 3, 33836, 0, 2, 31, 0, 3, 19399, 0, 0, 0, 0, "", "Spell 'Dropping Heavy Bomb' can only hit 'Fel Cannon Destroyed'");
|
||||
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `link`=4 WHERE `entryorguid`=19401 AND `id` BETWEEN 0 AND 3;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=19401 AND `id`=4;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(19401, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Wing Commander Brack - On Linked Actions - Close Gossip");
|
||||
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_text` SET `language`=0 WHERE `entry`=23685;
|
||||
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=42686, `action_param2`=2, `comment`="Dead Caravan Guard - On Spellhit 'Ragefist's Torch' - Cast spell 'Summon Fire'" WHERE `entryorguid`=25342 AND `id`=3;
|
||||
UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=42686, `action_param2`=2, `comment`="Dead Caravan Worker - On Spellhit 'Ragefist's Torch' - Cast spell 'Summon Fire'" WHERE `entryorguid`=25343 AND `id`=3;
|
||||
@@ -0,0 +1,9 @@
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `entry`=23963;
|
||||
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(23963, 0, 0, "Fire!", 14, 7, 100, 25, 0, 0, 0, 0, "Sergeant Lorric");
|
||||
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=23963;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=23963;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(23963, 0, 0, 0, 1, 0, 100, 0, 5000, 20000, 60000, 120000, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Sergeant Lorric - OOC - Talk 0");
|
||||
Reference in New Issue
Block a user