From ccef0939b4b1bf694af9b6b4e7323a88ee54d1d5 Mon Sep 17 00:00:00 2001 From: bushtail Date: Tue, 17 Oct 2023 22:36:40 -0400 Subject: [PATCH] Resolve #1 --- src/main/kotlin/org/rs09/consts/Graphics.kt | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/org/rs09/consts/Graphics.kt b/src/main/kotlin/org/rs09/consts/Graphics.kt index 8f0c5cf..0911c79 100644 --- a/src/main/kotlin/org/rs09/consts/Graphics.kt +++ b/src/main/kotlin/org/rs09/consts/Graphics.kt @@ -63,7 +63,7 @@ object Graphics { const val LUNAR_SPELLBOOK_STAT_SPY_OVER_PLAYER_1060 = 1060 const val LUNAR_SPELLBOOK_STAT_SPY_OVER_MONSTER_734 = 734 const val LUNAR_SPELLBOOK_SUPERGLASS_MAKE_729 = 729 - const val LUNAR_SPELLBOOK_DREAM_744 = 744 + const val LUNAR_SPELLBOOK_DREAM_1056 = 1056 const val LUNAR_SPELLBOOK_STRING_JEWELLERY_730 = 730 const val LUNAR_SPELLBOOK_STAT_RESTORE_POT_SHARE_745 = 745 const val LUNAR_SPELLBOOK_MAGIC_IMBUE_141 = 141 diff --git a/version.properties b/version.properties index 4affa13..d311d9b 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ #Sat Feb 25 16:35:13 EST 2023 -BUILD_NUMBER=15 +BUILD_NUMBER=16