diff --git a/data/sql/updates/db_world/2023_04_04_12.sql b/data/sql/updates/db_world/2023_04_04_12.sql new file mode 100644 index 000000000..0375a0ed2 --- /dev/null +++ b/data/sql/updates/db_world/2023_04_04_12.sql @@ -0,0 +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; diff --git a/data/sql/updates/db_world/2023_04_04_13.sql b/data/sql/updates/db_world/2023_04_04_13.sql new file mode 100644 index 000000000..dbff6e2b9 --- /dev/null +++ b/data/sql/updates/db_world/2023_04_04_13.sql @@ -0,0 +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; diff --git a/data/sql/updates/db_world/2023_04_04_14.sql b/data/sql/updates/db_world/2023_04_04_14.sql new file mode 100644 index 000000000..fc1fd560c --- /dev/null +++ b/data/sql/updates/db_world/2023_04_04_14.sql @@ -0,0 +1,5 @@ +-- 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'); +UPDATE `conditions` SET `Comment` = 'Pattern: Battlecast Hood requires Tailoring to drop' WHERE `SourceTypeOrReferenceId` = 1 AND `SourceGroup` = 20633 AND `SourceEntry` = 24313 AND `ConditionTypeOrReference` = 7;