From 59bd68d0c1565fc55e1821f5c95f692456c5e03d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Mar 2024 13:38:55 -0300 Subject: Fix possible oversight? Does this even matter? Well, better safe than sorry. --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index afb94fbdf..cc886100a 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -1294,8 +1294,8 @@ function script set_aggro { function script immortal { .@u=getarg(0); - setunitdata(.@u, UDT_HP, 2147483647); setunitdata(.@u, UDT_MAXHP, 2147483647); + setunitdata(.@u, UDT_HP, 2147483647); return; } -- cgit v1.2.3-70-g09d2