summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-17 14:18:15 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-17 14:18:15 -0300
commit5d3f2c13a521ac76768c6dabe01f1789e8e5fc5a (patch)
tree5b7b51930489e953594cea32e58750cf90520f42
parent4f973ce8d3f4de50d7bf675ae85fac3c8047079d (diff)
downloadserverdata-5d3f2c13a521ac76768c6dabe01f1789e8e5fc5a.tar.gz
serverdata-5d3f2c13a521ac76768c6dabe01f1789e8e5fc5a.tar.bz2
serverdata-5d3f2c13a521ac76768c6dabe01f1789e8e5fc5a.tar.xz
serverdata-5d3f2c13a521ac76768c6dabe01f1789e8e5fc5a.zip
Fix sarah redudant declaration
-rw-r--r--npc/003-1/sarah.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt
index e8eb55be7..c46a66c87 100644
--- a/npc/003-1/sarah.txt
+++ b/npc/003-1/sarah.txt
@@ -7,9 +7,6 @@
003-1,90,144,0 script Sarah NPC_FEMALE,{
- .cake = CherryCake;
- .reward = SerfHat;
-
function quest_completed {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("It was so tasty, I can't eat anything more... Thank you.");
@@ -85,6 +82,9 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRSTYLE, 19);
setunitdata(.@npcId, UDT_HAIRCOLOR, 16);
+ .cake = CherryCake;
+ .reward = SerfHat;
+
.sex = G_FEMALE;
.distance = 5;
end;