mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Item): Blade of Unquenched Thirst PPM fix (#16908)
* fix(DB/Item): Blade of Unquenched Thirst PPM fix * Delete unquenchedthirst.sql * fix(DB/Item): Blade of Unquenched Thirst PPM fix
This commit is contained in:
2
data/sql/updates/pending_db_world/unquenchedthirst.sql
Normal file
2
data/sql/updates/pending_db_world/unquenchedthirst.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `item_template` SET `spellppmRate_1` = 1 WHERE (`entry` = 31193);
|
||||
Reference in New Issue
Block a user