summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-28 14:56:39 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-28 14:56:39 +0000
commit4c0285aaff047edeffaa7df03d24fe027153e3ac (patch)
tree88af9f33f511546f15cf1e010e7afcaf777d2c42 /src/map/status.c
parentb7269fe1a09386e6d777c7ecf9003b37488fe15e (diff)
downloadhercules-4c0285aaff047edeffaa7df03d24fe027153e3ac.tar.gz
hercules-4c0285aaff047edeffaa7df03d24fe027153e3ac.tar.bz2
hercules-4c0285aaff047edeffaa7df03d24fe027153e3ac.tar.xz
hercules-4c0285aaff047edeffaa7df03d24fe027153e3ac.zip
Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used for now.
Removed strange 'svn:executable' attributes from item_db2.sql and mob_db2.sql git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11325 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 442dcc968..8931bed98 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -164,7 +164,7 @@ void initChangeTables(void)
set_sc(PR_ASPERSIO, SC_ASPERSIO, SI_ASPERSIO, SCB_ATK_ELE);
set_sc(PR_BENEDICTIO, SC_BENEDICTIO, SI_BENEDICTIO, SCB_DEF_ELE);
set_sc(PR_SLOWPOISON, SC_SLOWPOISON, SI_SLOWPOISON, SCB_REGEN);
- set_sc(PR_KYRIE, SC_KYRIE, SI_KYRIE, SCB_NONE);
+ set_sc(PR_KYRIE, SC_KYRIE, SI_KYRIE, SCB_NONE);
set_sc(PR_MAGNIFICAT, SC_MAGNIFICAT, SI_MAGNIFICAT, SCB_REGEN);
set_sc(PR_GLORIA, SC_GLORIA, SI_GLORIA, SCB_LUK);
add_sc(PR_LEXDIVINA, SC_SILENCE);