Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cbnolok committed Aug 6, 2024
1 parent 35dafdb commit ef64a85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*.old
*.tmp
*.pid
*.swp*
*.*swp*
*.fuse*

*.o
Expand Down
6 changes: 6 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3802,3 +3802,9 @@ Added: 'H' shortcut for variables to get the value as hexadecimal.

20-07-2024, Nolok
- Changed: When trying to set/modify a STAT to reach a value < 0, print an error and default that stat to 0. Nevertheless, remember to check for underflows or overflows in your scripts before passing the value to the core! This update is a safety net but you can expect bugs anyways if you don't check the math in the scripts.

06-08-2024, Gladie
- Fixed: SPELLFLAG_FIELD_RANDOMDECAY and SPELLFLAG_NO_ELEMENTALENGINE not being usable, having an internal numerical value too big.
New values:
SPELLFLAG_FIELD_RANDOMDECAY 02000
SPELLFLAG_NO_ELEMENTALENGINE 04000
Binary file removed src/common/.CScriptObj.cpp.kate-swp
Binary file not shown.

0 comments on commit ef64a85

Please sign in to comment.