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:
Lupus 2006-11-07 23:06:36 +00:00
parent 5ccc607bfe
commit 91ac6e256d
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Date Added Date Added
2006/11/07 2006/11/07
* Added nosave mapflag for Guild Dungeons [KarLaeda]
* New Setting "stdout_with_ansisequence" * New Setting "stdout_with_ansisequence"
(login_athena/char_athena/map_athena) allows you to specify whether color (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 control chars should be printed or not. Is useful to disable for a

View File

@ -2,7 +2,7 @@
//= Map flags that disable auto saving //= Map flags that disable auto saving
//===== By: ================================================== //===== By: ==================================================
//= eAthena Dev Team //= eAthena Dev Team
//= 1.6 [Lupus] //= 1.7 [Lupus]
//===== Current Version: ===================================== //===== Current Version: =====================================
// Job Quests ==================== // Job Quests ====================
@ -175,6 +175,12 @@ nguild_gef.gat mapflag nosave SavePoint
nguild_pay.gat mapflag nosave SavePoint nguild_pay.gat mapflag nosave SavePoint
nguild_prt.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 ================================= //Normal Maps =================================
yggdrasil01.gat mapflag nosave SavePoint yggdrasil01.gat mapflag nosave SavePoint
thana_boss.gat mapflag nosave SavePoint thana_boss.gat mapflag nosave SavePoint