sxcybot

Discord bot for OSRS based channels
git clone git://git.wimdupont.com/sxcybot.git
Log | Files | Refs | README | LICENSE

commit 18eb6461424e476e7285a5e625ab3ede7edd3905
parent 4387f1402a358a0c29709da6dd6df9178a393338
Author: Wim Dupont <wim@wimdupont.com>
Date:   Thu, 15 May 2025 18:17:24 +0200

update yama boss

Diffstat:
Asrc/main/resources/db/migration/V1_25__yama_boss_update.sql | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/db/migration/V1_25__yama_boss_update.sql b/src/main/resources/db/migration/V1_25__yama_boss_update.sql @@ -0,0 +1,5 @@ +UPDATE osrs_hiscore_boss SET order_value = order_value+1 WHERE order_value >= 106; + +INSERT INTO osrs_hiscore_boss +VALUES +(UUID(),"Yama", 1, 106, 1);