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