mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_06_02_00 -> 2023_06_02_01
|
||||
-- Tavernkeep Smitts
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=273;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=273 AND `source_type`=0;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_06_02_01 -> 2023_06_02_02
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=346;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=346;
|
||||
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
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_06_02_02 -> 2023_06_02_03
|
||||
-- guid 96761 is id 25580 aka old man barlo
|
||||
UPDATE `creature` SET `position_x` = -1460.62, `position_y` = 4992.52, `position_z` = -8.977667, `orientation` = 5.532693862915039062 WHERE `guid` = 96761 AND `id1` = 25580;
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_06_02_03 -> 2023_06_02_04
|
||||
--
|
||||
UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE `entry` = 16470;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_06_02_04 -> 2023_06_02_05
|
||||
--
|
||||
-- remove Sha\'tar reputation gain from Restless Skeletons
|
||||
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 17261;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_06_02_05 -> 2023_06_02_06
|
||||
--
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 38915) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 1) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 16943) AND (`ConditionValue3` = 0);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
Reference in New Issue
Block a user