summaryrefslogtreecommitdiff
path: root/npc/dev/test.txt
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/test.txt
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/test.txt')
-rw-r--r--npc/dev/test.txt4
1 files changed, 2 insertions, 2 deletions
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: