diff --git a/.gitignore b/.gitignore index e88674472..73a0dfa8d 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,7 @@ *.old *.tmp *.pid -*.swp* +*.*swp* *.fuse* *.o diff --git a/Changelog.txt b/Changelog.txt index 73987c6f5..533d51eb0 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 diff --git a/src/common/.CScriptObj.cpp.kate-swp b/src/common/.CScriptObj.cpp.kate-swp deleted file mode 100644 index 89d199009..000000000 Binary files a/src/common/.CScriptObj.cpp.kate-swp and /dev/null differ