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:
Maria-sequel 2023-08-06 03:21:17 +02:00 committed by GitHub
parent 81a20d69de
commit bd4ed57291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `item_template` SET `spellppmRate_1` = 1 WHERE (`entry` = 31193);