EverWrath/src/server/scripts
Elmsroth ab02c36e67
feat(Scripts/Commands): Implement ".reset items" command (#18393)
Syntax : .reset items equiped|bags|bank|keyring|currency|vendor_buyback|all|allbags #playername
Delete items in the player inventory (equiped, bank, bags etc...) depending on the chosen option.
#playername : Optionnal target player name (if player is online only). If not provided the command will execute on the selected target player.


Update src/server/scripts/Commands/cs_reset.cpp

Accepted

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Update data/sql/updates/pending_db_world/rev_1708782048020249700.sql

Accepted

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Update data/sql/updates/pending_db_world/rev_1708782048020249700.sql

Accepted

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Update src/server/game/Miscellaneous/Language.h

Accepted

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
fix uint16 vs uint16_t


fix crash and code cleanup

Fix typo

sql fix

Missing typo

selected instead or selecter

AC code style fix

Re-Fix typos

MISSING typos

missing typos
2024-03-15 10:23:31 -03:00
..
Commands feat(Scripts/Commands): Implement ".reset items" command (#18393) 2024-03-15 10:23:31 -03:00
Custom feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
EasternKingdoms fix(Scripts/Karazhan): Correct chess piece gossip faction check. (#18513) 2024-03-09 18:46:19 -03:00
Events fix(Scripts/Midsummer): Add SpellScript for "Fire Festival Fortitude" (#18246) 2024-02-01 09:17:17 -03:00
Kalimdor refactor(Core): remove some unused variables (#18538) 2024-03-13 06:52:43 -03:00
Northrend fix(Core/Creature): Prevent combat movement disabled creatures from r… (#18428) 2024-02-27 10:11:39 -03:00
OutdoorPvP fix(Core/Creature): Remove automated z spawn correction (#18200) 2024-01-21 07:33:00 -03:00
Outland fix(Scripts/TheEye): another Al'ar hotfix (#18554) 2024-03-15 01:05:50 -03:00
Pet feat(Core/Scripting): move all script objects to separated files (#17860) 2023-12-02 21:13:20 +01:00
Spells fix(Core/Spell): Fix crash in Rogue T10 4P Bonus (#18413) 2024-02-25 19:55:32 -03:00
World fix(Core/Creature): Prevent combat movement disabled creatures from r… (#18428) 2024-02-27 10:11:39 -03:00
CMakeLists.txt refactor(Cmake): add support build selected applications and tools (#11836) 2022-05-31 17:05:39 +07:00
ScriptLoader.cpp.in.cmake feat(Core/Modules): add separated lib for modules (#9281) 2021-12-02 20:28:58 +07:00
ScriptLoader.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
ScriptPCH.h feat(Core/Scripting): move all script objects to separated files (#17860) 2023-12-02 21:13:20 +01:00