fix(DB/Creature): Set Overseer Veraj's health points. (#24031)

This commit is contained in:
Rocco Silipo
2025-12-04 00:59:03 +01:00
committed by GitHub
parent f190e294da
commit b094494cea

View File

@@ -0,0 +1,3 @@
UPDATE `creature_template` SET `exp` = 2 WHERE (`entry` = 32263);
UPDATE `creature` SET `curhealth` = 10080 WHERE (`id1` = 32263) AND `guid` = 85056;