-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Change mana_used to int32 (#2321)
* Changed mana_used to use int32, to match int32 mana_cost This will allow higher mana costs to function * Corrected DoHPToManaCovert to Int32 * Removed unused uint16 GetMana function call from Server/zone/questmgr.h * Change GetSkillDmgAmt from Int16 to Int32 (SkillDamageAmount2 which uses function is Int32) * Delete mob.cpp * Revert "Delete mob.cpp" This reverts commit 3db8bf0. * Revert "Change GetSkillDmgAmt from Int16 to Int32 (SkillDamageAmount2 which uses function is Int32)" This reverts commit cf5dbc9. Co-authored-by: dmcintosh-BCT <dan@blackcreektechnologies.com>
- Loading branch information
Showing
4 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters