- Added unit.c to the VC8 project file, thanks to Joshuaali

- Fixed Magnum Break/Grand Cross sending skill damage packets on every target.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5729 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-03-24 13:40:06 +00:00
parent 01b4c11cb6
commit 1c274744f9
4 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,10 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/24
* Added unit.c to the VC8 project files. Thanks to Joshuaali [Skotlex]
* Fixed Magnum-break/GrandCross displaying multiple times the skill effect
(once per target) [Skotlex]
2006/03/23
* Fixed a crash in unit_useskill_pos2 [Skotlex]
* Updated mob_db.sql and item_db.sql to current txt versions. [Skotlex]

View File

@ -1868,7 +1868,11 @@ int skill_attack( int attack_type, struct block_list* src, struct block_list *ds
//武器スキル?ここまで
switch(skillid){
//Skills who's damage should't show any skill-animation.
case SM_MAGNUM:
case AS_SPLASHER:
case CR_GRANDCROSS:
case NPC_GRANDDARKNESS:
case ASC_METEORASSAULT:
case SG_SUN_WARM:
case SG_MOON_WARM:

View File

@ -366,6 +366,10 @@
RelativePath="..\src\map\trade.c"
>
</File>
<File
RelativePath="..\src\map\unit.c"
>
</File>
<File
RelativePath="..\src\zlib\unzip.c"
>

View File

@ -368,6 +368,10 @@
RelativePath="..\src\map\trade.c"
>
</File>
<File
RelativePath="..\src\map\unit.c"
>
</File>
<File
RelativePath="..\src\zlib\unzip.c"
>