Incrementing the build numbers. bug fixes

This commit is contained in:
Eduardo MG
2025-03-07 18:51:33 -06:00
parent f7eaf5072e
commit 4b52e8cf6c
3 changed files with 5 additions and 4 deletions

View File

@@ -93649,7 +93649,8 @@ type=Creature
subtype=Elf Wizard
power=1
toughness=3
[/card] [card]
[/card]
[card]
name=Sage's Row Savant
aicode=activate transforms((,newability[all(*[zpos<=2]|mylibrary) transforms((,newability[may name(Put on bottom of library) moveto(myreveal) and!( bottomoflibrary )!])) oneshot])) oneshot
auto=_SCRY2_

View File

@@ -1,6 +1,6 @@
#build.number.properties (normally this file is maintained by build.xml)
#Sun, 20 May 2020 11:56:35 +0200
build.major=0
build.minor=24
build.point=0
build.minor=25
build.point=3

View File

@@ -88,7 +88,7 @@ Mod by: Vitty85
#define WAGIC_CORE_VERSION_STRING "core_" VERSION_STRINGIFY(WAGIC_RESOURCE_VERSION)
#define WAGIC_RESOURCE_NAME "Wagic-core-" VERSION_STRINGIFY(WAGIC_RESOURCE_VERSION) ".zip"
#define WAGIC_RELEASE_NAME "wagic-v" WAGIC_VERSION_STRING
#define WAGIC_RESOURCE_URL "https://github.com/WagicProject/wagic/releases/download/" WAGIC_RELEASE_NAME "/" WAGIC_RESOURCE_NAME
#define WAGIC_RESOURCE_URL "https://github.com/WagicProject/wagic/releases" WAGIC_RELEASE_NAME "/" WAGIC_RESOURCE_NAME
#endif