diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index b16a587a8..20c92b29f 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,10 @@ -----
=========================
+
+09/16
+ * Added NPC_CHANGEUNDEAD to the skill_cast_db, fixes it apparently doing
+ "nothing". [Skotlex]
09/15
* Added the remaining drop changes which I missed before [Playtester]
09/14
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 2e0ed04c7..fadc6e3ba 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -536,6 +536,8 @@ 339,2000,1500,900,900,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000
//-- NPC_STOP
342,0,0,0,10000,0
+//-- NPC_CHANGEUNDEAD
+348,0,0,0,1800000,0
//-- NPC_POWERUP
349,0,0,0,60000:120000:180000:240000:300000,0
//-- NPC_AGIUP
|