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

This commit is contained in:
ElderShell 2026-05-16 00:41:13 -06:00
parent e2a773f82a
commit 8faaad1763

View 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;