diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-01 13:44:27 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-12 07:02:36 -0400 |
commit | e0834f290b1225bc3090e3d43f18ec1047868cf9 (patch) | |
tree | 50ae683a16c36f6e85a33e69eb8bb283697bf2fc /world/map/npc/annuals | |
parent | da0f4578b83cc2f9df249dc1bb5bb33d720cb7a8 (diff) | |
download | serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.tar.gz serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.tar.bz2 serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.tar.xz serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.zip |
revamp the GM lounge
Diffstat (limited to 'world/map/npc/annuals')
-rw-r--r-- | world/map/npc/annuals/fathertime.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt index 852b0025..6d61f446 100644 --- a/world/map/npc/annuals/fathertime.txt +++ b/world/map/npc/annuals/fathertime.txt @@ -20,23 +20,3 @@ OnTimer20000: initnpctimer; end; } -017-9,31,24,0|script|HolidayDebug#1|105 -{ - if(getgmlevel() < 40) - goto L_End; - - menu - "Xmas.", L_XmasDebug, - "Halloween.", L_HalloweenDebug; - -L_XmasDebug: - callfunc "XmasDebug"; - goto L_End; - -L_HalloweenDebug: - callfunc "HalloweenDebug"; - goto L_End; - -L_End: - end; -} |