diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-01 19:40:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-01 19:40:58 -0300 |
commit | abe66f11093c3acf2383fe499a44e069203fc013 (patch) | |
tree | 1a3c2b724ff8d29fe58817fdffda3d100ab6dbf6 /npc/005-1/ayasha.txt | |
parent | a7112a903218dfe38d90a03cc0b4d41dfdc73dc5 (diff) | |
download | serverdata-abe66f11093c3acf2383fe499a44e069203fc013.tar.gz serverdata-abe66f11093c3acf2383fe499a44e069203fc013.tar.bz2 serverdata-abe66f11093c3acf2383fe499a44e069203fc013.tar.xz serverdata-abe66f11093c3acf2383fe499a44e069203fc013.zip |
Some fixes related to Hardcore server
Diffstat (limited to 'npc/005-1/ayasha.txt')
-rw-r--r-- | npc/005-1/ayasha.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 4432ea8ae..34177ec92 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -395,7 +395,7 @@ OnInit: } end; OnInit: - .sex = G_MALE; + .sex = G_FEMALE; .distance = 1; end; } |