parent
7069b5e4e7
commit
ec1ec235be
3 changed files with 3 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2022_12_21_00 -> 2022_12_22_00
|
||||
--
|
||||
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4 WHERE (`creature_id` = 19632);
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_12_22_00 -> 2022_12_22_01
|
||||
--
|
||||
DELETE FROM `player_factionchange_quests` WHERE `alliance_id` = 10382;
|
||||
INSERT INTO `player_factionchange_quests` (`alliance_id`, `horde_id`) VALUES
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_12_22_01 -> 2022_12_22_02
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 17309;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 17309);
|
||||
Loading…
Add table
Add a link
Reference in a new issue