Added nosave mapflag for Guild Dungeons
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9171 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5ccc607bfe
commit
91ac6e256d
@ -1,6 +1,7 @@
|
||||
Date Added
|
||||
|
||||
2006/11/07
|
||||
* Added nosave mapflag for Guild Dungeons [KarLaeda]
|
||||
* New Setting "stdout_with_ansisequence"
|
||||
(login_athena/char_athena/map_athena) allows you to specify whether color
|
||||
control chars should be printed or not. Is useful to disable for a
|
||||
|
@ -2,7 +2,7 @@
|
||||
//= Map flags that disable auto saving
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= 1.6 [Lupus]
|
||||
//= 1.7 [Lupus]
|
||||
//===== Current Version: =====================================
|
||||
|
||||
// Job Quests ====================
|
||||
@ -175,6 +175,12 @@ nguild_gef.gat mapflag nosave SavePoint
|
||||
nguild_pay.gat mapflag nosave SavePoint
|
||||
nguild_prt.gat mapflag nosave SavePoint
|
||||
|
||||
//Guild Dungeons ==============================
|
||||
gld_dun01.gat mapflag nosave SavePoint
|
||||
gld_dun02.gat mapflag nosave SavePoint
|
||||
gld_dun03.gat mapflag nosave SavePoint
|
||||
gld_dun04.gat mapflag nosave SavePoint
|
||||
|
||||
//Normal Maps =================================
|
||||
yggdrasil01.gat mapflag nosave SavePoint
|
||||
thana_boss.gat mapflag nosave SavePoint
|
||||
|
Loading…
x
Reference in New Issue
Block a user