From 8da65938b758af15d5554ab36948253286e731bf Mon Sep 17 00:00:00 2001 From: Yogurt Date: Sun, 9 Jun 2019 17:21:21 -0700 Subject: [PATCH] Update ifrit appearance id to fix irit death animation --- data/scripts/commands/gm/spawnnpc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/commands/gm/spawnnpc.lua b/data/scripts/commands/gm/spawnnpc.lua index bf8870d1..e17295fc 100644 --- a/data/scripts/commands/gm/spawnnpc.lua +++ b/data/scripts/commands/gm/spawnnpc.lua @@ -12,7 +12,7 @@ yolo local modelIds = { ["titan"] = 2107401, - ["ifrit"] = 2107302, + ["ifrit"] = 2207302, ["ifrithotair"] = 2207310, ["nail"] = 2207307, ["garuda"] = 2209501,