mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_06_00 -> 2023_03_07_00
|
||||
-- Sha'ni Proudtusk's Remains GO SmartAI - Add condition for QUEST_STATE (Complete and rewarded) AND no Sha'ni Proudtusk within 10 yards.
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceGroup`=1 AND `SourceEntry`=160445;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_07_00 -> 2023_03_07_01
|
||||
-- Wailing Caverns - Serpentbloom Snake
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 3680;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 3680;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_07_01 -> 2023_03_07_02
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (10641, 10668, 10669);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_03_07_02 -> 2023_03_07_03
|
||||
-- Lord Azrethoc - path with equiped melee weapon.
|
||||
UPDATE `creature_addon` SET `bytes2` = 1 WHERE `guid` = 29062 AND `path_id` = 290620;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_07_03 -> 2023_03_07_04
|
||||
-- SFK Valentine
|
||||
DELETE FROM `game_event_gameobject` WHERE `eventEntry` = 8 AND `guid` IN (9755,9764,9776,9814,9815,9816,9817,9818,9819,9827,9831,9832,9835,9836,9821,9823,9834,9837,9775,9788,9820,9822,9824,9825,9826,9829);
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_07_04 -> 2023_03_07_05
|
||||
-- Chimaerok
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 12800);
|
||||
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`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_07_05 -> 2023_03_07_06
|
||||
--
|
||||
-- This entry should not exist and appears to serve no purpose
|
||||
DELETE FROM `creature_template` WHERE `entry`=138;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_07_06 -> 2023_03_07_07
|
||||
-- Sindragosa (NullCreature)
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 37755;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_03_07_07 -> 2023_03_07_08
|
||||
-- Event: Pilgrim's Bounty - Few Wild Turkeys having npc gossip flag.
|
||||
UPDATE `creature` SET `npcflag` = `npcflag`&~(1) WHERE `id1` = 32820 AND `guid` IN (241384,241659,241674,241862,241865,241944,241948,241961,242367,242369,242416,242952,243003,243102,243735,243736,243774,243775);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_07_08 -> 2023_03_07_09
|
||||
-- Avatar of Sathal
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=21925;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
Reference in New Issue
Block a user