parent
db0e94c669
commit
00e42645b8
3 changed files with 3 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2023_04_04_11 -> 2023_04_04_12
|
||||
--
|
||||
UPDATE `creature` SET `position_x`=-8399.23, `position_y`=1246.33, `position_z`=5.31357 WHERE `guid`=244630 AND `id1`=37715;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_04_04_12 -> 2023_04_04_13
|
||||
--
|
||||
UPDATE `creature_template` SET `detection_range`=65 WHERE `entry` IN (20465,21943);
|
||||
UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=21943;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_04_04_13 -> 2023_04_04_14
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceGroup` = 17798 AND `SourceEntry` = 24313 AND `ConditionTypeOrReference` = 7;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`,`ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES
|
||||
(1, 17798, 24313, 7, 197, 1, 'Pattern: Battlecast Hood requires Tailoring to drop');
|
||||
Loading…
Add table
Add a link
Reference in a new issue