diff options
author | Fate <fate-tmw@googlemail.com> | 2009-06-16 16:05:23 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-06-16 16:05:23 +0000 |
commit | 9bc643d4f9923ad4e6ee9c38f8dc6f734bbc82b2 (patch) | |
tree | da5eda01734b073ede86dc5c760e92cc6cdd8f44 /npc/013-1_Woodland_hills/sagatha.txt | |
parent | 35c4d8c666fb14dd96f9440c8ffa15ff4fef8b15 (diff) | |
download | serverdata-9bc643d4f9923ad4e6ee9c38f8dc6f734bbc82b2.tar.gz serverdata-9bc643d4f9923ad4e6ee9c38f8dc6f734bbc82b2.tar.bz2 serverdata-9bc643d4f9923ad4e6ee9c38f8dc6f734bbc82b2.tar.xz serverdata-9bc643d4f9923ad4e6ee9c38f8dc6f734bbc82b2.zip |
Added missing semicolon in Sagatha script
Diffstat (limited to 'npc/013-1_Woodland_hills/sagatha.txt')
-rw-r--r-- | npc/013-1_Woodland_hills/sagatha.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt index 283b40d1..ffa42aa8 100644 --- a/npc/013-1_Woodland_hills/sagatha.txt +++ b/npc/013-1_Woodland_hills/sagatha.txt @@ -45,7 +45,7 @@ function script SagathaHatAttack { mes "[Witch]"; mes "\"You have no idea what that poor creature felt!\""; - mes "She snaps her fingers." + mes "She snaps her fingers."; mes "\"Let me show you...\""; misceffect 4, strcharinfo(0); misceffect 4; |