diff options
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 49801982..cedd4202 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -65,11 +65,6 @@ function script setqtime { return; } -// Shortcut for getmapname() -function script getmap { - return getmapname(); -} - // gettimeparam(GETTIME_X) // Returns the number of seconds/minutes/hours/days/months/years since 01/01/1970 // This is for truly daily quests, which doesn't imposes a timed wait in hours |