Removes a Tattered Chest from a made up pool.
Adds Fel Rock Tattered Chest spawns (4 total) and pools them.
Adds missing Lord Melenas spawns (3 total) and pools them.
Researched on Mastery PTR https://www.youtube.com/watch?v=nxJcfxKNHDE
* Fix (Core\Creature): Random Gender on respawn if Gender exsrespawn
If creature has genders it will consider gender changing on respawn.
GetCreatureModelInfo to const
* Update Creature.cpp
* fix (DB/NPC): Dalaran CTM fix
Fixes the air swimmers when they land.
* Update rev_1641574598839293356.sql
* and replace of in
* Update data/sql/updates/pending_db_world/rev_1641574598839293356.sql
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
* fix(DB): Blazing elemental invasion event
- Fixed Elemental Invader's SmartAI;
- Re-arranged Elemental Rifts SmartAI for controlled spawning of
Invaders.
* SmartAI: SetCounter to be able to subtract
* Target unit or summoner changed for worldobjects
* extra checks and last sql file
* Codestyle
* codestyle
* adding Baron to elemental invasions
* changed owner or summoner target (SmartAI)
* codestyle
* Change TO ThreadUNSAFE
This will process the far sight packet as a is not thread-safe - process it in World::UpdateSessions() compared to the former packet is thread-safe - process it in Map::Update().
This matches up with tc in everything we have with the HandleFarSightOpcode.
* Further Adjustments
* Move to Debug Loggin
TC has it as move to Debug Logging. Stating its a weird opcode handling issue which is not really known why.
* fix(DB): Goblin pit crew's gossip probability
- Since these guys have 5 possible gossip options, setting this to 25
each option will equal to 100 percentage.
- There are plenty more gossips like this one only have % of 1 to show
that need to me manually fixed since we don't know how many npc_text
they may have. A query to count the text_x_x and update the according
% should be good to go, however this way is safer.
* Update rev_1640706977785890600.sql
* fix(DB): Western Plaguelands monster reputation
- Changed reputation to monsters in Western Plaguelands according to the
wiki, which was updated until patch 2.2
* missing comment