* 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
* Add agility crit and dodge scaling from vmangos
Thanks to @killerwife
c458698327
* Safeguard entering pvp honor halls against pvp rank (need DB update)
* FIX : HandleAdditemCommand (delete items in bank)
The .additem command was not deleting items in the bank
* FIX : HandleAdditemCommand (delete items in buyback tab)
The .additem command was not deleting items in the buyback vendor tab for npc vendors
* Enchance LANG_REMOVEITEM text
* Fix Tabs / spaces in Language.h
* Fix Language.h file generator
* Trade Fix : For GMs starting a trade session with an opposite faction player
Allow a GM to start a trading session with an opposite faction player even if CONFIG_BOOL_ALLOW_TWO_SIDE_INTERACTION_TRADE = false
* Trade Fix : Avoid hanging trade sessions for invisible GMs
Check visibility in order to avoid hanging trade sessions
* FIX : HandleAdditemCommand (delete items in bank)
The .additem command was not deleting items in the bank
* FIX : HandleAdditemCommand (delete items in buyback tab)
The .additem command was not deleting items in the buyback vendor tab for npc vendors
* Enchance LANG_REMOVEITEM text
* Fix Tabs / spaces in Language.h
* Fix Language.h file generator
I don't think this is a proper fix, but it does allow a frost bolt to be cast while the previous one is in flight to the target, and the mobs still cast their spells as expected.
With this cahnge it appears the warlock imp now casts fireballs, where it was only doing melee before, but it is casting them way too fast so I don't think this is a complete fix.
This in regards to this bug in the tracker: https://www.getmangos.eu/bug-tracker/mangos-zero/unable-to-cast-next-frost-bolt-while-current-one-is-traveling-r1726/
* Impement Ensure Version for OpenSSL
* Fix OpenSSL library linking to most of the project
* Cleanup of old file
* Make error message a bit more clear on invalid versions
* Link Submodule changes to main PR
* Attempt to fix missing symbol DSO compile issue linux
* Sometimes I need to learn to look into things a bit more.
Fix error when compiling in CentOS - 7 src/shared/Utilities/Duration.h:46:30: error: missing space between ‘""’ and suffix identifier
constexpr std::chrono::hours operator""_days(unsigned long long days)
* initial review for docker
* update link
* more typos
* hight letter
* it's realm.rft
* realm.rtf
* remove legacy code from dockerfiles
* docker-compose cleanup,- documented clone the right database
* add timezone to mangos.env
* add more at the build command
* double only
* it's a script not a container
* more documentation and moved into seperate folder
* revert back the openssl
* reformat documentation
* high letter
* timezone
* reduce dockerfiles and add documentation
* removed mangos user from build script
* correct links for realmd and world
* fixing small things, after railroid the documentation.
* command is called restart
* hold the documentation line
* add the changes for realmlist.wtf
Co-authored-by: AndyBe <andreas.benzler@gmail.com>
* Implement Characters createdDate field
Will store in DB the timestamp when the character has been created, useful for statistics
/!\ Need a latest Character DB update (Rel22_02_001)
* Fix blank spaces for codestyle checks