parent
ae777db338
commit
26f70894ed
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2024_08_06_00 -> 2024_08_06_01
|
||||
UPDATE `creature_loot_template` SET `Chance` = 50, `GroupId` = 2 WHERE `Entry` = 20783 AND `Reference` IN (14501, 24013);
|
||||
UPDATE `creature_loot_template` SET `Chance` = 50, `GroupId` = 1 WHERE `Entry` IN (20785, 20786, 20788, 20789, 20790) AND `Reference` IN (14501, 24013);
|
||||
UPDATE `creature_loot_template` SET `Chance` = 50, `GroupId` = 1 WHERE `Entry` = 20784 AND `Reference` = 14501;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2024_08_06_01 -> 2024_08_06_02
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` = 'morph mount';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue