diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-24 18:17:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-24 18:17:58 -0300 |
commit | ebf1296e1ae933b979c2e1616ac4a14e964c6f3d (patch) | |
tree | 03f1be3863eda7f29542be0b911bedb0b92a6db1 /npc/003-1 | |
parent | 271597103bef7ce5ff7fcdfcc40f3ab1c630f14e (diff) | |
download | serverdata-ebf1296e1ae933b979c2e1616ac4a14e964c6f3d.tar.gz serverdata-ebf1296e1ae933b979c2e1616ac4a14e964c6f3d.tar.bz2 serverdata-ebf1296e1ae933b979c2e1616ac4a14e964c6f3d.tar.xz serverdata-ebf1296e1ae933b979c2e1616ac4a14e964c6f3d.zip |
disable auction house, it is not supported by M+ :( @4144 aka. {41444d494e}
This reverts commit 271597103bef7ce5ff7fcdfcc40f3ab1c630f14e.
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aahna.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt index b336a6fdc..895d1e4cc 100644 --- a/npc/003-1/aahna.txt +++ b/npc/003-1/aahna.txt @@ -5,11 +5,6 @@ // This NPC serves no purpose currently. She is here to make Tulimshar more crowded. 003-1,53,128,0 script Aahna NPC_ELVEN_FEMALE,{ - if (is_admin()) { - closedialog; - openauction(); - close; - } mesn; mesq l("Hello, What a lovely day for a stroll."); close; |