feat: Allow Float Rep Values (#15818)

This commit is contained in:
ZhengPeiRu21 2023-04-22 07:42:00 -06:00 committed by GitHub
parent a146bcb0e9
commit 0667454dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,3 @@
--
ALTER TABLE `creature_onkill_reputation` MODIFY `RewOnKillRepValue1` FLOAT NOT NULL DEFAULT 0;
ALTER TABLE `creature_onkill_reputation` MODIFY `RewOnKillRepValue2` FLOAT NOT NULL DEFAULT 0;