diff options
author | Haru <haru@dotalux.com> | 2015-12-29 02:16:49 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:23 +0100 |
commit | b4c99db7d5a500770383e24ef2fd1f956b19da74 (patch) | |
tree | afb1e9ad57cb48d4bb826183d630e99e840f9f8f /npc/other/msg_boards.txt | |
parent | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (diff) | |
download | hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.gz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.bz2 hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.xz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.zip |
Replaced leftover -1 view IDs with FAKE_NPC
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/other/msg_boards.txt')
-rw-r--r-- | npc/other/msg_boards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/msg_boards.txt b/npc/other/msg_boards.txt index db94e96e7..7daad4cba 100644 --- a/npc/other/msg_boards.txt +++ b/npc/other/msg_boards.txt @@ -237,7 +237,7 @@ aldebaran,54,223,1 script Billboard#Alde3 HIDDEN_NPC,{ close; } -aldebaran,197,228,1 script #Alde4 -1,1,1,{ +aldebaran,197,228,1 script #Alde4 FAKE_NPC,1,1,{ OnTouch: mes "[Home Owner]"; mes "Get off my roof you no good leecher!"; |