summaryrefslogtreecommitdiff
path: root/npc/dev
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2015-12-21 20:12:45 +0800
committerHaru <haru@dotalux.com>2015-12-31 23:39:22 +0100
commitefaaf842dc3717e21b915edf37b3e907b02fa5a1 (patch)
tree5412410e6c953b7abc42b7a6c21d28e78b3688ef /npc/dev
parentef171a8ac1e063ca98cc6c8e9788a2ddcfa6fa35 (diff)
downloadhercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.gz
hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.bz2
hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.xz
hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.zip
Replace -1,{ with FAKE_NPC,{
replace using Notepad++
Diffstat (limited to 'npc/dev')
-rw-r--r--npc/dev/ci_test.txt2
-rw-r--r--npc/dev/test.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/dev/ci_test.txt b/npc/dev/ci_test.txt
index 92db23acc..c55c87e5b 100644
--- a/npc/dev/ci_test.txt
+++ b/npc/dev/ci_test.txt
@@ -37,7 +37,7 @@
//= Usage: ./map-server --load-plugin script_mapquit --load-script npc/dev/test.txt --load-script npc/dev/ci_test.txt
//=========================================================================
-- script HerculesSelfTestCI -1,{
+- script HerculesSelfTestCI FAKE_NPC,{
end;
OnInit:
diff --git a/npc/dev/test.txt b/npc/dev/test.txt
index 0f74067ac..72cf86616 100644
--- a/npc/dev/test.txt
+++ b/npc/dev/test.txt
@@ -111,7 +111,7 @@ function script F_TestVarOfAnotherNPC {
return getvariableofnpc(.x, getarg(0));
}
-- script TestVarOfAnotherNPC -1,{
+- script TestVarOfAnotherNPC FAKE_NPC,{
// Used to test getvariableofnpc()
end;
}
@@ -787,7 +787,7 @@ OnSetReference:
return getarg(0);
}
-- script HerculesSelfTest -1,{
+- script HerculesSelfTest FAKE_NPC,{
end;
OnInit: