* fix(Scripts/TempestKeep): force attackstop for all player during the last phase and cleanup the script of Kael'Thas
* few new fixes
* fix codestyle
* fix codestyle and remove misc stuff
*remove the useless DisableSpline
*remove also a misc change use only during the dev
* pass the health to DamageTaken instead UpdateIA
* avoid to iterate over the threatlist and use RemoveAllAttackers() instead
* Revert "avoid to iterate over the threatlist and use RemoveAllAttackers() instead"
This reverts commit 0623c0075191c91c2530496c83d017d3b6a824db.
* Revert "pass the health to DamageTaken instead UpdateIA"
This reverts commit 7f8609af603ecc042c819801a2f04d9d65c5031a.
* revert recents commits
* avoid potential conflicts with others enums
* fix build
* Magic uses sniffing IDs
Use the sniffer timer and factions
* Wait 3 minutes if the mission fails
* 1. When a task fails, it enters passive mode
2. Add 'quest_details' data to the database
* Remove spaces
* Delete blank lines
* Modify the code as required
* Update src/server/scripts/EasternKingdoms/zone_tirisfal_glades.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
* Remove curly braces
* Change the name of a private member variable
* Move the c ++ script to smart script
* Delete the C++ script
Re-add the deleted quest_details data
* del blank lines
* Delete the C++ script file
* Modify the annotation
Return to the home pointset phase to 0
Return to the home point to allow the SAI phase reset
* Remove spaces
* Delete functions that are not in use
* Update rev_1704025138911597700.sql
* fix merge error - delete zone file
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
* fix(DB) Added missing emote text for text 12690
- Male text was missing for Quel'dorei Ghosts/Wraiths
- Closes#19480
* added sql statement
* Changed implementation from broadcast_text to creature_text
* Added comment for quick explanation
* Added new line after SQL statement as per request in comments
* changing comments so sql check hopefully passes
* changed from delete and insert into single update
* Update rev_1722505977523322600.sql
* initial release
* fix reviews
* fix some typo and add new documetations for MotionMaster
* new update and fix the cli-codestyle
* fix typo
* fix reviews
* initial version
* port most current checks
* allow to specify for each checks the exclude files
* Update _ci-codestyle.py
* fix trailing whitespace check and the error_handler logic
* optimize the script to parse all files only one time
* restore the error handling after that all checks are passed
* fix double blank lines at the end of the file
* improve outputs and the codestyle
* .
* update github workflow to the new script
*drop the old ci-codestyle
*move and rename the python script
* use getcwd instead abspath to define src_directory where the script is launch
* test for github workflow
* few cleanup
* fix the logic with the result output
* remove GetTypeId from the output result
* restore GetTypeId() check
* fix reviews
* remove GetTypeId check for gameobjects
*not currently fixed in the core
* fix type hint for file parameters
* remove the test file