| Age | Commit message (Collapse) | Author |
|
(cherry picked from commit ad38c2712460fe9d3ecb71959294655d2b88799d)
# Conflicts:
# src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
# src/server/scripts/Kalimdor/zone_azshara.cpp
|
|
Fixes world config value of less than 1 being ignored by deposit formula.
Had problems with the last commits and pr, sorry
Update AuctionHouseMgr.cpp
Adds another check to config to handle values over 1 and properly adjust the minimum higher. Thanks jackpoz!
(cherry picked from commit 817a2ce4f744d75e8526e351b35ed1c787cc5b01)
|
|
(cherry picked from commit e99e69d31ff7f768517a59bd0c2cd6cbb87c2cef)
# Conflicts:
# src/server/game/Entities/Player/Player.h
|
|
(cherry picked from commit 2185165e8481ebcfd28895e5066991c89baaec14)
|
|
|
|
|
|
|
|
|
|
I hope...
|
|
|
|
Again intended filename
|
|
trying to add him to map
* Fixes name displaying as "Unknown"
|
|
|
|
|
|
|
|
|
|
cases as expected
* Fixes possible assertion failure in Aura::UnregisterSingleTarget
Closes #15696
Ref #15668
|
|
By malcrom
|
|
Fix a factual error in the /contrib/check_updates.sh error message text,
Best shown in an example from the latest travis build error:
```
$ ./contrib/check_updates.sh auth auth
Database Updater check script:
Checking database 'auth' for missing filenames in tables...
- "sql/updates/2015_10_09_00_auth.sql" is missing in table 'auth'.'updates'
Fatal error:
The Database Updater is broken for database 'auth
due to applied update which are missing in the 'auth'.'updates' table.
How to fix:
Insert the missing names of sql updates which were applied already to
the 'updates' table of the 'auth' base dump ('sql/base/auth_database.sql').
The command "./contrib/check_updates.sh auth auth" exited with 1.
```
Main fix: `\"sql/updates/${file}\"` -> `\"sql/updates/${name}/${file}\"`
Before this change, the error message claims that the updated SQL file was placed
directly in the `/sql/updates/` directory and not in the subdirectory based on its DB name.
All the other changes are improvements in English grammar and more precise description.
(cherry picked from commit 01e0475ab898632bb9fd7c3ab0b11ddc6d5cee81)
|
|
|
|
|
|
|
|
Line break in bnetserver.conf.dist for consistency
|
|
|
|
- New line for consistency
- Same as https://github.com/TrinityCore/TrinityCore/pull/15628 only for 6.x
|
|
Closes https://github.com/TrinityCore/TrinityCore/issues/15500
|
|
Pandaria"
Closes https://github.com/TrinityCore/TrinityCore/issues/15484
|
|
|
|
|
|
|
|
* Changed packet structures to mirror client names
* Simplified ToString Building
* Removed deprecated structures
World: Cleaned up duplicate realm info 'realm' and 'realmHandle' variables (realmHandle was removed, that data is fully contained in realm)
|
|
|
|
* Will mark the travis build as failed when the database updater is broken.
(cherry picked from commit 4dd6070c795fa7b34a38af0bd8d19d55bbc62959)
|
|
* was caused through invoking "FindMySQL" after using ${MYSQL_EXECUTABLE}.
* better re-run CMake if you are affected by the mysql exe wasn't found issue.
(cherry picked from commit 45a60c2d22a93f6196491a0eb0478d05795e310f)
|
|
(cherry picked from commit a561edefb90af25864aeb7ca7fc48fe0364df765)
|
|
database queries
|
|
|
|
|
|
* Updated game account flags
* Fixed infinite loop in ReadFourCC if value in packet was 0
* Corrected ClosingReason enum in ConnectionClosing
|
|
|
|
|
|
|
|
Core/Conditions: Fixed a typo
|
|
Fixed a typo which caused implicit target conditions to only be applied to the first effect
bug was introduced in 926a37a
|
|
Thanks @jackpoz for valgrind log and @pete318 for reproduction steps
Closes #15633
|
|
when leveling
Closes #15391
|
|
|
|
|
|
of no longer used ranged slot
Closes #14675
Closes #15296
|
|
|