From 896e2fef61f4ce23f850496e435e767212d84364 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 21 Oct 2020 22:31:55 -0300 Subject: Fix superboss --- npc/commands/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands/event.txt') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index dbfa779ac..608080d16 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -283,7 +283,7 @@ function script GlobalEventMenu { // Make it a boss .@md=getunitdata(.@mob, UDT_MODE); - setunitdata(.@mob, UDT_LEVEL, .@md|32); // 32: MD_BOSS + setunitdata(.@mob, UDT_MODE, .@md|MD_BOSS); logmes "Super spawn completed! (GID "+.@mob+")", LOGMES_ATCOMMAND; return; } -- cgit v1.2.3-60-g2f50