* Add status_failed_mangos_string_id column in areatrigger_teleport
Will be able to handle specific areatrigger_teleport message ina generic way using mangos_string table as storage table for messages
/!\ WARNING REQUIRE DB STRUCTURE UPDATE /!\
* Fix messages for areatrigger in Champions Hall and Hall of Legends
uses now aretarrigger failed_text_mangos_string_id proeprty if available
* Fix blank space
REQUIRES DB UPDATE : Rel22_01_010_freeze_gm_command.sql
This command will apply freeze aura (spellId:9454) :
- Player cannot more anymore or use any spell nor logout ;
- Effet does not disappear even if player quits game via ALT+F4.....Can only be removed by an GM using ".unfreezeplayer" command or .unaura command
A GM with lower security level cannot freeze another GM with a higher security level.
NOTE: This is a WIP, Research still needed but this will sync the player's movement to the server's time by doing a "Skip/Jump" in the time.
This may show symptoms of a freeze, eventually smoothing out.
A sync may trigger with high latency.
This is the first of several cleanup commits, specifically directed towards the dependencies.
This commits removes the old, deprecate precompiled openssl and mysql libraries, as well as started restructuring of shared and deps folder.
This has not been tested on Linux yet, and the pre-built SLN files have not yet been updated.