mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_18_06 -> 2022_06_18_07
|
||||
-- Update Domesticated Felboar - they should not provide XP, Loot, or be Skinnable as of an exploit fix in 2.4
|
||||
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0, `ExperienceModifier` = 0 WHERE `entry` = 21195;
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 21195;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_18_07 -> 2022_06_18_08
|
||||
DELETE FROM `creature_summon_groups` WHERE `summonerId` = 15589;
|
||||
INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES
|
||||
-- Group 1
|
||||
Reference in New Issue
Block a user