summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-16 13:44:43 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-16 13:44:43 -0200
commit72bc3413d34df0ad03c21df1cd5949b455deb14b (patch)
treec0d0f36595f7201d2ccc1d9260a73e99f8648947
parent8c445c8186a6ae762fc0f6ae24bde777e31a4980 (diff)
downloadserverdata-72bc3413d34df0ad03c21df1cd5949b455deb14b.tar.gz
serverdata-72bc3413d34df0ad03c21df1cd5949b455deb14b.tar.bz2
serverdata-72bc3413d34df0ad03c21df1cd5949b455deb14b.tar.xz
serverdata-72bc3413d34df0ad03c21df1cd5949b455deb14b.zip
Let's try until pipeline pass? Maybe I need to build with Asan too
-rw-r--r--npc/functions/instances.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/instances.txt b/npc/functions/instances.txt
index 49f8905b8..38e2f15f3 100644
--- a/npc/functions/instances.txt
+++ b/npc/functions/instances.txt
@@ -4,8 +4,7 @@
// Description:
// Controls global instances and reset them when they break
-000-0,0,0,0 script #GlobalInstanceCore NPC_HIDDEN,{
- end;
+- script #GlobalInstanceCore NPC_HIDDEN,{
OnInterIfInit:
OnRestart:
@@ -65,5 +64,6 @@ OnMinute47:
if (!isinstance(.HURNS_INSTID) && !isinstance(.NIVAL_INSTID))
donpcevent("#GlobalInstanceCore::OnRestart");
end;
+
}