| Age | Commit message (Collapse) | Author |
|
|
|
tooltips reporting incorrect damage/healing
|
|
current difficulty did not have an overriding effect
|
|
|
|
Conflicts:
src/server/game/DataStores/DBCStores.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Server/Protocol/Opcodes.cpp
src/server/scripts/Spells/spell_druid.cpp
|
|
|
|
Fixed IOCP define for linux
Minor code style change in inventory loading
|
|
|
|
|
|
GameTable class which will calculate correct dbc entry index based on given row/column as well as read number of rows/columns from client files instead of hardcoded GT_MAX_LEVEL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#13659
|
|
(cherry picked from commit 548cc1cd2f31ca5fa767f148a086c76f8e9ef903)
|
|
|
|
|
|
|
|
specialization learning
|
|
|
|
|
|
|
|
@todo: instance scripts needs a major clean up
Closes #6471
(cherry picked from commit 09b71ef8bd560166f07273bbf68b62e7d2633b67)
|
|
|
|
|
|
|
|
|
|
|
|
DB/GameTele: Added some Pandaria teleport positions.
|
|
|
|
|
|
|
|
|
|
- fixed special action buttons
- added all 6.0.3 player starting spells (needs a little cleanup after level based auto learning is done)
- added all 6.0.3 player starting actions
|
|
|
|
|
|
- some work on player starting spells and skills
- fixed basic spell learning
- fixed some spell related datastore loads
|
|
|
|
|
|
|
|
|
|
CMSG_MOVE_TELEPORT_ACK packets
|
|
DB2Stores were not loaded yet at the old position.
|
|
SMSG_SET_FLAT_SPELL_MODIFIER, SMSG_SET_PCT_SPELL_MODIFIER packets
|
|
Closes #13648
|
|
|
|
|