Adjusted const.txt's cell type numbers to match changes in r12247
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12260 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
43afd3ea58
commit
5e33056779
@ -37,6 +37,8 @@
|
|||||||
2376 General's_Plate_Mail Increases heal recovery effectiveness on you by 10%
|
2376 General's_Plate_Mail Increases heal recovery effectiveness on you by 10%
|
||||||
|
|
||||||
=======================
|
=======================
|
||||||
|
2008/02/28
|
||||||
|
* Adjusted const.txt's cell type numbers according to recent updates
|
||||||
2008/02/27
|
2008/02/27
|
||||||
* Added barehanded weapons to Full Adrenaline Rush's list [ultramage]
|
* Added barehanded weapons to Full Adrenaline Rush's list [ultramage]
|
||||||
2008/02/07
|
2008/02/07
|
||||||
|
@ -230,10 +230,8 @@ cell_water 2
|
|||||||
cell_npc 3
|
cell_npc 3
|
||||||
cell_basilica 4
|
cell_basilica 4
|
||||||
cell_landprotector 5
|
cell_landprotector 5
|
||||||
cell_icewall 6
|
cell_novending 6
|
||||||
cell_novending 7
|
cell_nochat 7
|
||||||
cell_nodamage 8
|
|
||||||
cell_nochat 9
|
|
||||||
|
|
||||||
StatusPoint 9 1
|
StatusPoint 9 1
|
||||||
BaseLevel 11 1
|
BaseLevel 11 1
|
||||||
|
@ -1140,8 +1140,8 @@ struct mapcell
|
|||||||
// dynamic flags
|
// dynamic flags
|
||||||
unsigned char
|
unsigned char
|
||||||
npc : 1,
|
npc : 1,
|
||||||
landprotector : 1,
|
|
||||||
basilica : 1,
|
basilica : 1,
|
||||||
|
landprotector : 1,
|
||||||
novending : 1,
|
novending : 1,
|
||||||
nochat : 1;
|
nochat : 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user