summaryrefslogtreecommitdiff
path: root/npc/003-1/aahna.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-24 18:15:48 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-24 18:16:25 -0300
commit271597103bef7ce5ff7fcdfcc40f3ab1c630f14e (patch)
tree27b249838b5d3f4200268260a6f6e0db48dcbcef /npc/003-1/aahna.txt
parentac1adad27d1ee5be4fd2cfa73ac778943b9e705e (diff)
downloadserverdata-271597103bef7ce5ff7fcdfcc40f3ab1c630f14e.tar.gz
serverdata-271597103bef7ce5ff7fcdfcc40f3ab1c630f14e.tar.bz2
serverdata-271597103bef7ce5ff7fcdfcc40f3ab1c630f14e.tar.xz
serverdata-271597103bef7ce5ff7fcdfcc40f3ab1c630f14e.zip
Attempt to enable auction house
Diffstat (limited to 'npc/003-1/aahna.txt')
-rw-r--r--npc/003-1/aahna.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt
index 895d1e4cc..b336a6fdc 100644
--- a/npc/003-1/aahna.txt
+++ b/npc/003-1/aahna.txt
@@ -5,6 +5,11 @@
// 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;