diff options
Diffstat (limited to 'npc/dev')
-rw-r--r-- | npc/dev/ci_test.txt | 2 | ||||
-rw-r--r-- | npc/dev/test.txt | 4 |
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: |