diff options
| -rw-r--r-- | apps/installer/includes/functions.sh | 2 | ||||
| -rw-r--r-- | data/sql/updates/db_world/2025_12_04_00.sql | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/installer/includes/functions.sh b/apps/installer/includes/functions.sh index 3c9b2edba2..79fbb355d9 100644 --- a/apps/installer/includes/functions.sh +++ b/apps/installer/includes/functions.sh @@ -155,7 +155,7 @@ function inst_simple_restarter { function inst_download_client_data { # change the following version when needed - local VERSION=v18.0 + local VERSION=v19 echo "#######################" echo "Client data downloader" diff --git a/data/sql/updates/db_world/2025_12_04_00.sql b/data/sql/updates/db_world/2025_12_04_00.sql new file mode 100644 index 0000000000..a57036c8ae --- /dev/null +++ b/data/sql/updates/db_world/2025_12_04_00.sql @@ -0,0 +1,4 @@ +-- DB update 2025_12_02_04 -> 2025_12_04_00 + +UPDATE `creature_template` SET `exp` = 2 WHERE (`entry` = 32263); +UPDATE `creature` SET `curhealth` = 10080 WHERE (`id1` = 32263) AND `guid` = 85056; |
