mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
refactor(creature-loot): improve chance % of Bohan NPC (#3202)
* Update AuctionHouseHandler.cpp * refactor(creature-loot): improve chance % of Bohan NPC * chore(sql): remove quotes from number Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1595118810076078406');
|
||||
|
||||
UPDATE `creature_loot_template` SET `Chance` = 40 WHERE `Entry` = 3672 AND `Item` = 5423;
|
||||
UPDATE `creature_loot_template` SET `Chance` = 60, `GroupId` = 1 WHERE `Entry` = 3672 AND `Item` = 5422;
|
||||
|
||||
Reference in New Issue
Block a user