mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(Core/Loot): Fixed loading conditioned item loot. (#6337)
- Fixes #6326
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1623572783362357500');
|
||||
|
||||
ALTER TABLE `item_loot_storage`
|
||||
ADD COLUMN `conditionLootId` INT NOT NULL AFTER `needs_quest`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user