parent
1090c209b3
commit
cf279500e4
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2025_11_13_03 -> 2025_11_13_04
|
||||
|
||||
-- Set Sniffed Unit_flag (Vrykul Harpoon Gun)
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 4 WHERE (`entry` = 27992);
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2025_11_13_04 -> 2025_11_13_05
|
||||
-- Makes sure the Shaman player gets the required ritual toch item and that requires the quest to drop
|
||||
UPDATE `item_loot_template` SET `Chance` = 0, `QuestRequired` = 1, `GroupId` = 1 WHERE `Entry` = 24336 AND `Item` = 23682;
|
||||
UPDATE `item_loot_template` SET `Chance` = 0, `GroupId` = 2 WHERE `Entry` = 24336 AND `Item` = 24335;
|
||||
Loading…
Add table
Add a link
Reference in a new issue