changed enemy health from 3x to 1.5x for creatures that are a higher level than 10
Some checks failed
nopch-build / ubuntu-22.04-clang-15-nopch (push) Has been cancelled
nopch-build / ubuntu-24.04-clang-18-nopch (push) Has been cancelled
nopch-build / ubuntu-24.04-gcc-14-nopch (push) Has been cancelled
pch-build / ubuntu-22.04-clang-15-pch (push) Has been cancelled
pch-build / ubuntu-24.04-clang-18-pch (push) Has been cancelled
nopch-module-build / ubuntu-24.04-clang-18-nopch-modules (push) Has been cancelled
Dashboard CI / Test Bash Scripts (push) Has been cancelled
Dashboard CI / Test Bash Scripts-1 (push) Has been cancelled
Dashboard CI / Build and Integration Test (push) Has been cancelled
Dashboard CI / Build and Integration Test-1 (push) Has been cancelled
docker-build / build-containers (push) Has been cancelled
import-pending / import-pending (push) Has been cancelled
macos-build / macos-14 (push) Has been cancelled
tools / ubuntu-24.04-clang-18 (push) Has been cancelled
windows-build / windows-latest (push) Has been cancelled
Some checks failed
nopch-build / ubuntu-22.04-clang-15-nopch (push) Has been cancelled
nopch-build / ubuntu-24.04-clang-18-nopch (push) Has been cancelled
nopch-build / ubuntu-24.04-gcc-14-nopch (push) Has been cancelled
pch-build / ubuntu-22.04-clang-15-pch (push) Has been cancelled
pch-build / ubuntu-24.04-clang-18-pch (push) Has been cancelled
nopch-module-build / ubuntu-24.04-clang-18-nopch-modules (push) Has been cancelled
Dashboard CI / Test Bash Scripts (push) Has been cancelled
Dashboard CI / Test Bash Scripts-1 (push) Has been cancelled
Dashboard CI / Build and Integration Test (push) Has been cancelled
Dashboard CI / Build and Integration Test-1 (push) Has been cancelled
docker-build / build-containers (push) Has been cancelled
import-pending / import-pending (push) Has been cancelled
macos-build / macos-14 (push) Has been cancelled
tools / ubuntu-24.04-clang-18 (push) Has been cancelled
windows-build / windows-latest (push) Has been cancelled
This commit is contained in:
parent
e2a773f82a
commit
8faaad1763
1 changed files with 5 additions and 0 deletions
5
data/sql/updates/db_world/2026_05_16_00.sql
Normal file
5
data/sql/updates/db_world/2026_05_16_00.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- DB update 2026_05_15_00 -> 2026_05_16_00
|
||||
--
|
||||
UPDATE creature_template
|
||||
SET HealthModifier = HealthModifier * 0.5
|
||||
WHERE maxlevel >= 10;
|
||||
Loading…
Add table
Add a link
Reference in a new issue