summaryrefslogtreecommitdiff
path: root/npc/woe-se
AgeCommit message (Collapse)AuthorFilesLines
2015-11-15Fixed too-generic constant names of gettime() typesHaru1-10/+6
- Follow-up to 3bd77ffc0daca508352834add828766490075aee - The names were too generic (not namespaced), and were easily clashing with custom (and potential future official) constants or variables. - Constants are now prefixed with a 'GETTIME_' namespace: - GETTIME_SECOND - GETTIME_MINUTE - GETTIME_HOUR - GETTIME_WEEKDAY - GETTIME_DAYOFMONTH - GETTIME_MONTH - GETTIME_YEAR - GETTIME_DAYOFYEAR - Fixed some excessive (and some times incorrect) parentheses in various scripts using gettime(). - Updated documentation. Signed-off-by: Haru <haru@dotalux.com>
2015-07-05Removed blank text contents in NPC scripts.Emistry1-3/+3
http://herc.ws/board/tracker/issue-8677-lots-of-blank-things-in-scripts/
2015-06-05Renamed guild and guild2 folder to woe-fe and woe-seDastgir13-0/+2729