mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
refactor(Player): replace visibility detection calls with dedicated methods (#23025)
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# shellcheck source-path=SCRIPTDIR
|
||||
CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
# Clean up gcda files to avoid false positives in coverage reports
|
||||
find var/build/obj -name '*.gcda' -delete
|
||||
|
||||
# shellcheck source=../bash_shared/includes.sh
|
||||
source "$CURRENT_PATH/../bash_shared/includes.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user