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:
parent
77b7a20fb9
commit
5bac46bbd5
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue