From 9f883e9770523d3ff2b2f79129cffb523419c6b6 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 5 Jul 2013 16:05:43 -0700 Subject: Make fourth word of functions non-empty, to appease the current server --- world/map/npc/013-1/sagatha.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/013-1') diff --git a/world/map/npc/013-1/sagatha.txt b/world/map/npc/013-1/sagatha.txt index e7d6a1a0..a25db145 100644 --- a/world/map/npc/013-1/sagatha.txt +++ b/world/map/npc/013-1/sagatha.txt @@ -1,7 +1,7 @@ // Sagatha the witch, expert for nature and astral magic //---------------------------------------- -function|script|QuestSagathaHappy| +function|script|QuestSagathaHappy|, { set @unhappiness, (QUEST_MAGIC & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT; if (@unhappiness < @value) @@ -19,7 +19,7 @@ L_write: } //---------------------------------------- -function|script|QuestSagathaAnnoy| +function|script|QuestSagathaAnnoy|, { set @unhappiness, (QUEST_MAGIC & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT; if ((@unhappiness + @value) > 15) @@ -37,7 +37,7 @@ L_write: } //---------------------------------------- -function|script|SagathaStatus| +function|script|SagathaStatus|, { if (getequipid(equip_head) != 1216 && getequipid(equip_head) != 752) goto L_next; -- cgit v1.2.3-60-g2f50