mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
fix Blinding Powder
This commit is contained in:
@@ -19904,7 +19904,10 @@ UPDATE item_template SET SellPrice = 25 WHERE entry=5105;
|
|||||||
UPDATE item_template SET Quality = 1 WHERE entry=5116;
|
UPDATE item_template SET Quality = 1 WHERE entry=5116;
|
||||||
|
|
||||||
/* Flash Powder */
|
/* Flash Powder */
|
||||||
UPDATE item_template SET Quality = 1 WHERE entry=5140;
|
UPDATE item_template SET Quality = 1, Flags = 0 WHERE entry=5140;
|
||||||
|
|
||||||
|
/* Blinding Powder */
|
||||||
|
UPDATE item_template SET subclass = 1, Quality = 1, description = '' WHERE entry=5530;
|
||||||
|
|
||||||
/* Book of Healing Touch III */
|
/* Book of Healing Touch III */
|
||||||
UPDATE item_template SET BuyPrice = 900 WHERE entry=5150;
|
UPDATE item_template SET BuyPrice = 900 WHERE entry=5150;
|
||||||
|
|||||||
Reference in New Issue
Block a user