Carbenium
e06bc72da7
DB/Creature: Fix spawns/pathing in AQ40
...
By malcrom
2015-10-14 02:30:12 +02:00
tkrokli
2fbf89b201
contrib/script: error text corrections in check_updates.sh
...
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 01e0475ab8 )
2015-10-14 00:29:57 +02:00
Shauren
559c58f1c2
Core/Battle.net: Fixed warnings about uninitialized values
2015-10-12 17:14:26 +02:00
Naios
40e1fc0670
Core/Battle.net: Fix "comparison of integers of different signs" warning
2015-10-12 02:28:52 +02:00
Shauren
ee2b43e368
Core/Battle.net: Updated packet enums and added new build data
2015-10-10 20:19:41 +02:00
MitchesD
2e894d0f18
Merge pull request #15688 from Espionage724/patch-1
...
Line break in bnetserver.conf.dist for consistency
2015-10-10 10:56:57 +02:00
Vincent-Michael
d8c5136325
SQL: Update auth_database
2015-10-10 10:39:02 +02:00
Sean Rhone
c28ee6a9a9
Update bnetserver.conf.dist
...
- New line for consistency
- Same as https://github.com/TrinityCore/TrinityCore/pull/15628 only for 6.x
2015-10-09 22:19:32 -04:00
Helias
bd77329812
DB/Misc: added the last missing creature queststarter and questender
...
Closes https://github.com/TrinityCore/TrinityCore/issues/15500
2015-10-09 12:53:15 +02:00
Helias
6c278ff5e4
DB/Misc: added missing creature queststarter and questender in "Mists of Pandaria"
...
Closes https://github.com/TrinityCore/TrinityCore/issues/15484
2015-10-09 12:50:53 +02:00
Vincent-Michael
4d4da189ff
DB/Auth: Updated to 6.2.2a.20574
2015-10-09 09:06:28 +02:00
Shauren
5743333e46
Core/Bnetserver: Fixed copypaste mistake for packet names
2015-10-07 23:48:50 +02:00
Naios
a2908719c0
Core/Bnetserver: Fix warnings caused through non virtual destructors.
2015-10-06 16:11:54 +02:00
Shauren
63def8aa32
Core/Battle.net:
...
* 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)
2015-10-06 00:30:47 +02:00
Naios
2c828a47a5
DB/Auth: Add some missing applied updates to the update list.
2015-10-06 00:17:23 +02:00
Naios
be53a45a39
Travis: Add check for update entries not listed in base dumps.
...
* Will mark the travis build as failed when the database updater is broken.
(cherry picked from commit 4dd6070c79 )
2015-10-05 23:36:04 +02:00
Naios
1bce131bdc
CMake: Fix bad generation of "revision_data.h" not including MYSQL_EXECUTABLE.
...
* 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 45a60c2d22 )
2015-10-05 17:18:15 +02:00
Naios
02ab60a133
Core/Updater: Fix mysql in path check/search.
...
(cherry picked from commit a561edefb9 )
2015-10-05 17:17:56 +02:00
Shauren
aaaa1c3441
Core/World: Store account id in CharacterInfo to reduce the amount of database queries
2015-10-05 15:06:27 +02:00
joschiwald
fe0c07a6fe
Core: fixed warning introduced in last commit
2015-10-05 00:12:38 +02:00
joschiwald
cf1e80e3d0
Core/Misc: removed some useless map checks
2015-10-04 14:53:05 +02:00
Shauren
705e5ea5d9
Core/Battle.net
...
* Updated game account flags
* Fixed infinite loop in ReadFourCC if value in packet was 0
* Corrected ClosingReason enum in ConnectionClosing
2015-10-04 00:26:38 +02:00
Shauren
8ebb105498
Core/Players: Added missed changes to previous commit
2015-10-03 17:59:21 +02:00
Shauren
fd17ea1643
Core/Players: Removed db queries from friend packet builders
2015-10-02 20:00:49 +02:00
MitchesD
97a3f52d4c
DB/Auth: corrected base auth database dump
2015-10-02 13:00:56 +02:00
Carbenium
62afdf0978
Merge pull request #15645 from Zedron/6.x
...
Core/Conditions: Fixed a typo
2015-10-01 09:18:57 +02:00
Zedron
ff755dbc07
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
2015-10-01 02:05:25 -05:00
Shauren
8745e08be0
Core/Transports: Fixed accessing deleted instance transports
...
Thanks @jackpoz for valgrind log and @pete318 for reproduction steps
Closes #15633
2015-09-30 00:31:21 +02:00
Shauren
3fceabfa11
Core/Players: Fixed automatic learning skills gained from learning spells when leveling
...
Closes #15391
2015-09-29 00:11:26 +02:00
Shauren
9418484691
Warning fix
2015-09-28 18:48:33 +02:00
Shauren
cd27fd38b9
Core/Maps: Moved corpse management to map level
2015-09-28 17:20:27 +02:00
Shauren
3bc3b67a8f
Core/Player: Changed ranged weapons to be equipped in main hand slot instead of no longer used ranged slot
...
Closes #14675
Closes #15296
2015-09-27 00:06:08 +02:00
joschiwald
e51b660177
Core/Updater: fixed host parameter is being ignored
2015-09-26 19:18:05 +02:00
Shauren
20423c363a
Build fix
2015-09-26 00:50:22 +02:00
Shauren
2d109b63e2
Core/Updater: Pipe mysql process output into worldserver log
2015-09-26 00:24:22 +02:00
Killyana
d71e0660fb
DB/NPC: Skyguard Scout
...
Add cosmetic mount
Closes #15305
(cherry picked from commit b14f04c485 )
2015-09-25 20:44:00 +02:00
Killyana
7d862cbe66
DB/NPC: Blue Crashin' Thrashin' Racer and Crashin' Thrashin' Racer
...
Add missing auras and a spell.
By: @sirikfoll
Closes #15407
(cherry picked from commit 381285865c )
2015-09-25 20:40:42 +02:00
Naios
dd51cd575e
Core/Server: Fix address of array '...' will always evaluate to 'true' warning.
...
* fix a magic number.
* ref adf6d968ed
2015-09-25 15:57:23 +02:00
Killyana
fd7263b4df
DB/Creature: Kvaldir Raider
...
Closes #15390
(cherry picked from commit 0cdf3b7a73 )
2015-09-25 15:28:13 +02:00
Aokromes
2623b2bcc7
DB/Misc: Enable achievement The Culling of Time
...
By sirikfoll.
(cherry picked from commit f2aa95c350 )
2015-09-25 15:22:55 +02:00
Aokromes
21d74d75bc
DB/Creature: Ulduar - Seeping Essence does not deal damage on 10man difficulty
...
By LuqJensen, closes #15165
(cherry picked from commit e94d03130c )
2015-09-25 15:20:18 +02:00
Dr-J
0776460722
DB/Misc: Add a missing item to loot of Bag of Fishing Treasures
...
http://www.wowhead.com/item=54469/blank-slate#contained-in-item
(cherry picked from commit 1047014c97 )
2015-09-25 15:17:26 +02:00
Killyana
0f580fcc02
DB/Quest: Mystery of the Infinite, Redux
...
Close #10871
(cherry picked from commit ba6f0d064a )
2015-09-25 15:14:19 +02:00
Rushor
2905f69371
DB/Pathing: Stratholme - The Gauntlet
...
(cherry picked from commit d35a5ee8d2 )
2015-09-25 15:11:47 +02:00
Rushor
962914b218
DB/Pathing: Stratholme - Hall of Light
...
(cherry picked from commit 8a6a5d32ff )
2015-09-25 15:09:15 +02:00
Rushor
10b16b0593
DB/Pathing: Stratholme - Patchwork Horror
...
(cherry picked from commit 073bf45740 )
2015-09-25 15:07:25 +02:00
MitchesD
92df6b1bee
SQL: rename two recent files to keep consistency
2015-09-25 15:05:31 +02:00
Rushor
0766adcb8e
DB/Pathing: Stratholme - King's Square
...
* Patchwerk + Ghouls
* Emote for 'Mangled Cadaver'
(cherry picked from commit c75ad6c8b1 )
2015-09-25 15:02:53 +02:00
Killyana
263f0dd787
DB/Npc: Skettis Eviscerator
...
Close #15217
2015-09-25 14:55:44 +02:00
Killyana
3268b9c3d7
DB/Npc: Warbringer Construct
...
Close #15232
(cherry picked from commit cdabb846f9 )
2015-09-25 14:51:44 +02:00