mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1 +1,2 @@
|
||||
-- DB update 2022_12_10_00 -> 2022_12_11_00
|
||||
DELETE FROM `item_loot_template` WHERE `Entry` = 17969 AND `Item` = 6332;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_11_00 -> 2022_12_11_01
|
||||
--
|
||||
UPDATE `creature` SET `position_x`=193.68, `position_y`=-425.001, `position_z`=43.536, `orientation`=4.910, `MovementType`=2 WHERE `id1`=18105;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_11_01 -> 2022_12_11_02
|
||||
--
|
||||
UPDATE `creature` SET `MovementType`=2 WHERE `id1`=17882;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_11_02 -> 2022_12_11_03
|
||||
-- Fix issue 13914
|
||||
DELETE FROM `quest_greeting_locale` WHERE `locale` IN ('esES', 'esMX') AND `ID` = 5638;
|
||||
INSERT INTO `quest_greeting_locale` (`ID`, `type`, `locale`, `Greeting`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_11_03 -> 2022_12_11_04
|
||||
-- fix pr13832
|
||||
-- https://github.com/azerothcore/azerothcore-wotlk/commit/c791e2080e287e052fcaf717e3106977c822d28f
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` IN (17917, 20627) AND (`Item` IN (13926));
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_11_04 -> 2022_12_11_05
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 19386;
|
||||
|
||||
Reference in New Issue
Block a user