- Ubuntu "precise" 12.04 LTS
- Ubuntu "trusty" 14.04 LTS
- Ubuntu "xenial" 16.04 LTS
- Ubuntu "yakkety" 16.10
- Debian "jessie" 8.0
- Debian "stretch" next
- Linux Mint "maya" 13
- Linux Mint "qiana" 17
- Linux Mint "rebecca" 17.1
- Linux Mint "rafaela" 17.2
- Linux Mint "rosa" 17.3
- Linux Mint "sarah" 18
- LMDE "betsy" 2
Due to this typo some objects could be left out during BIH generation and thus never checked for intersection.
This breaks height and LoS calculations in some areas.
This occurrence of this bug can be seen in "Md_Mushroomcave.wmo". It can be found in several locations,
for example (-6140, -2960, 400), map 0.
In some parts of the cave mobs will either fall through the ground or fly up into the sky when chasing the player.
LoS is not obstructed there as well.
P.S. This typo presents in all MaNGOS cores.
Columns now read and stored in the correct order for the quest_template
table.
New to m3 columns had been placed at the end of the SELECT statement,
and resulted in being stored in the wrong location.
* Fix crash in BIH module due to uninitialized member variable.
Should be ported to the other cores ASAP!
* Corrected typo.
Also applied VMAP fixes from Zero
I thankee, cmangos :-)
Commits:
13271d6 Commit Ported Core Pet DB cleanup and simplification
60d6e29 Commit Imported Core Utilize flags in PetAI (And uniform extra
flags with the other cores)
06d30ce Commit Ported Core Make pet assist owner on summon if not a
passive
2821da8 Commit Ported Core Fix Guardian reactions
4f88a9e Commit Ported Core Pet AI Fixup
67e0558 Commit Imported Core Fix pet unsummon on mount
f50041f Commit Imported Core Fix player rooted after possesing an unit.
df59a93 Commit Imported Core Syncing up pet work
056f4f5 Commit Imported Core Fix a couple of invalid name for spell
attributes
6a58f1f Commit Imported Core only save correct auras on
pet::SavePetToDB
34ab59b Commit Imported Core Hunter summon pet (call pet) checkcast
fixup
dfbb69c Commit Imported Core Handle owner entering combat properly
4b10eb4 Commit Imported Core Pet Aggro
1bdb7e3 Commit Ported Core Clean up pet stay functionality
1bdb7e3 Commit Ported Core Clean up pet stay functionality
9b7b50e Commit Imported Core UNIT_BYTE2_FLAG work
0777235 Commit Imported Core Implement displaying group leader
indicators on players
5efab47 Commit Imported Core Health funnel fixes
60e6a84 Commit Ported Core Fix SMSG_QUESTGIVER_STATUS_MULTIPLE and
GetDialogStatus
60e6a84 Commit Ported Core Fix SMSG_QUESTGIVER_STATUS_MULTIPLE and
GetDialogStatus
f8d3cbd Commit Imported Core Fix talent spell cannot stack
32ba32e Commit Imported Core Fix channeled spell distance check
interval
47ec2fa Commit Imported Core Adding state to aura holder Now proc
cannot remove an aura not finalized
34588dc Commit Ported Core Unbreak creature pets
bd079a1 Commit Imported Core The (not so)Great Pet Rework
Added additional build options:
BUILD_MANGOSD
BUILD_REALMD
ALSO DECOUPLED BUILD_TOOLS
All three can now be built separately from each other
EasyBuild has been update to support the extra options