mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
5
data/sql/updates/db_world/2023_07_24_00.sql
Normal file
5
data/sql/updates/db_world/2023_07_24_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_07_23_00 -> 2023_07_24_00
|
||||
--
|
||||
DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 21764) AND (`Item` IN (29434));
|
||||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(21764, 29434, 0, 100, 0, 1, 0, 1, 1, 'Badge of Justice');
|
||||
Reference in New Issue
Block a user