aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-25DB/Locales: Updated zhTW locales to 10.0.7.48676ModoX
2023-03-25DB/Locales: Updated koKR locales to 10.0.7.48676ModoX
2023-03-25DB/Locales: Updated ruRU locales to 10.0.7.48676ModoX
2023-03-25DB/Locales: Updated itIT locales to 10.0.7.48676ModoX
2023-03-25DB/Locales: Updated esES locales to 10.0.7.48676ModoX
2023-03-25DB/Locales: Updated deDE locales to 10.0.7.48676ModoX
2023-03-25DB/Locales: Updated frFR locales to 10.0.7.48676ModoX
2023-03-25DB/Locales: Updated ptBR locales to 10.0.7.48676ModoX
2023-03-25DB/Locales: Updated esMX locales to 10.0.7.48676ModoX
2023-03-25DB/Template: Update quest, creature wdb & broadcast_text to 10.0.7.48676ModoX
2023-03-25Dep: Fix build on m1 macShauren
2023-03-24Core/PacketIO: Fixed array size of CMSG_QUEST_POI_QUERY as of patch 10.0.7ModoX
2023-03-24Core/Creatures: Improved movement interruption while casting spells (#28845)Meji
2023-03-23Core/PacketIO: Fixed SMSG_ENABLE_BARBER_SHOP structureShauren
Closes #28606
2023-03-22Core: Update to 10.0.7Shauren
2023-03-21Core/Scripts: Fixed crash in SummonList::DoZoneInCombat10.0.5.48526Shauren
Closes #28864
2023-03-21Core/Instances: Fixed not being able to reenter instances that have no ↵Shauren
encounters completed Closes #28737
2023-03-21Core/Instances: Fixed instance locks being incorrectly found and forcing ↵Shauren
difficulty when entering normal mode dungons
2023-03-20Core/Items: Updated ItemModifier enum for 10.0Shauren
2023-03-19Core/PacketIO: Fixed missing reference on return type of operator << ↵Shauren
overloads for packets
2023-03-18Core/Units: Added functions to modify WorldEffects updatefieldShauren
2023-03-17Core/Creatures: Use togglable ↵Shauren
CREATURE_STATIC_FLAG_4_TREAT_AS_RAID_UNIT_FOR_HELPFUL_SPELLS instead of equivalent flag from creature_template.type_flag
2023-03-15Core/Creatures: Allow flagging creatures to not clear their tap list when ↵Shauren
evading
2023-03-13Core/Creatures: Allow disabling melee attacks for all creatures, not just ↵Shauren
the ones using SAI
2023-03-13Core/Creatures: Allow toggling creature default root stateShauren
2023-03-13Core/Creatures: Allow scripts to change creature loot id (must be done ↵Shauren
before death)
2023-03-12Core/Auras: Implement caster selection of SPELL_AURA_TRIGGER_SPELL_ON_EXPIRE ↵Meji
(stored in MiscValue) (#28860)
2023-03-12Core/Spells: Allow implicit targeting of serverside WorldObjects (#28827)Meji
2023-03-12Core/Creatures: Allow turning off experience gain from creatures by scriptsShauren
2023-03-12Core/Creatures: Allow disabling loot for creaturesShauren
2023-03-12Core/Misc: Move GetContentTuningForArea from ObjectMgr to DB2ManagerShauren
2023-03-12Core/Fishing: Update correct fishing skill according to area expansion (#28838)Meji
Closes #26676
2023-03-12Core/Creatures: Allow overriding default gossip menu idShauren
2023-03-11Core/DataStores: Fixed loading CommonData when IdTable is present (#28853)Ghaster
2023-03-11Build fixShauren
2023-03-11Core/Creatures: Wrap all creature static flags in a structureShauren
2023-03-11Core/Scripts: Make CreatureAI::DoZoneInCombat overload accepting a different ↵Shauren
creature static
2023-03-11Core/Movement: Refactor TimedFleeingMovementGenerator to use chrono typesShauren
2023-03-11Core: Updated allowed build to 10.0.5.48526ModoX
2023-03-11Core/Creatures: Implemented unkillable flag (prevent health from going below 1)Shauren
2023-03-10Core/Creatures: Added fields for static flags to creature class for future useShauren
2023-03-10Core/Creatures: Allow overriding non-gossip based trainer ids for creaturesShauren
2023-03-09DB/Valdrakken: Added Citizen spawns for Seat of the AspectsNaddley
2023-03-09Core/Gossips: Enable loading gossip_menu_option using GossipNpcOption not ↵Meji
yet implemented (#28849)
2023-03-08DB/Auth: Fixed encoding of recent commit ↵ModoX
d827f889936f73049d557fe857a23a133ec18491
2023-03-08Core: Updated allowed build to 10.0.5.48397ModoX
2023-03-08DB/Gossip: Added POI and Gossip data for Scalesworn GuardianNaddley
2023-03-08DB/Valdrakken: Added some spawns for Seat of the AspectsNaddley
2023-03-08DB/Hunter: Added spellproc data for Tip of the SpearNaddley
2023-03-07Core/Movement: New waypoint movement featuresShauren
* Allow going backwards on a repeatable waypoint path (instead of going directly to first point) * Allow triggering random movement on path ends * Max duration of waypoint movement * Skipping mmap usage * Forced speed for whole path * Forced run/walk for whole path