diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/legacy.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/items/legacy.txt b/npc/items/legacy.txt new file mode 100644 index 0000000..88fcc2c --- /dev/null +++ b/npc/items/legacy.txt @@ -0,0 +1,9 @@ +// The Mana World Classic scripts +// Author: +// Multiple + +function script BrawlingItem { + return; +} + + |