diff options
author | mekolat <mekolat@gmail.com> | 2015-02-25 15:26:55 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-03-05 08:35:51 -0500 |
commit | ea3cfeca7b989bfa1c35514edfd2a7787bbce086 (patch) | |
tree | 23d62105e52520d38f7565f3d7a56d4625d4b3df /world/map/npc/027-2/lover.txt | |
parent | 8e6c02a27b828882068d75b1908061e11ad7f7a0 (diff) | |
download | serverdata-ea3cfeca7b989bfa1c35514edfd2a7787bbce086.tar.gz serverdata-ea3cfeca7b989bfa1c35514edfd2a7787bbce086.tar.bz2 serverdata-ea3cfeca7b989bfa1c35514edfd2a7787bbce086.tar.xz serverdata-ea3cfeca7b989bfa1c35514edfd2a7787bbce086.zip |
fix all SorcererRobe
Diffstat (limited to 'world/map/npc/027-2/lover.txt')
-rw-r--r-- | world/map/npc/027-2/lover.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/027-2/lover.txt b/world/map/npc/027-2/lover.txt index 5488b8e7..d1ab2a56 100644 --- a/world/map/npc/027-2/lover.txt +++ b/world/map/npc/027-2/lover.txt @@ -264,7 +264,7 @@ L_Soul: getinventorylist; if (@inventorylist_count == 100) goto L_Full_Inv; - getitem "SorcererRobeRed", 1; + getitem "SorcererRed", 1; set @state, 7; callsub S_Update_Mask; mes "\"This is what mages and their apprentices wore when I lived. It is white because I wasn't a master yet.\""; |