diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-17 23:15:30 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-17 23:15:30 +0000 |
commit | c7e402faa034c04dc405cb578a7d9e5e68df7c23 (patch) | |
tree | e3186ea2fd144a26d995b79b1371a50d8e8a45cf /db | |
parent | 43e00cf6174ca30c6c702b59b5a1434dd1c5ce33 (diff) | |
download | hercules-c7e402faa034c04dc405cb578a7d9e5e68df7c23.tar.gz hercules-c7e402faa034c04dc405cb578a7d9e5e68df7c23.tar.bz2 hercules-c7e402faa034c04dc405cb578a7d9e5e68df7c23.tar.xz hercules-c7e402faa034c04dc405cb578a7d9e5e68df7c23.zip |
* Gospel can't stack anymore
* Updated SQL files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8328 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_unit_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 3b024f7d7..e9b38958d 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,8 @@ -----
=========================
+08/17
+ * Gospel can't stack anymore [Playtester]
08/16
* Added WE_CALLBABY to Gunslinger and Ninja [Playtester]
* Fixed various bullets, spheres and kunais [Playtester]
diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index abfaa482e..822bce4ab 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -77,7 +77,7 @@ 336,0xb2, , 0,-1, -1,noone, 0x000 //WE_CALLPARTNER
339,0x86, , -1, 0, 400,enemy, 0x000 //NPC_DARKGRANDCROSS
362,0xb4, , 0, 3, -1,all, 0x000 //HP_BASILICA
-369,0xb3, , -1, 0,10000,all, 0x000 //PA_GOSPEL
+369,0xb3, , -1, 0,10000,all, 0x008 //PA_GOSPEL
404,0xb6, , -1, 0, -1,all, 0x000 //PF_FOGWALL
405,0xb7, , 0, 1,1000,enemy, 0x000 //PF_SPIDERWEB
409,0xb2, , 0,-1, -1,noone, 0x000 //WE_CALLBABY
|