Commit Graph

30459 Commits

Author SHA1 Message Date
Killyana
be561bef0f DB/Creature: Shard-Hide Boar 2019-01-04 22:28:36 +01:00
Keader
9ecce33192 Core/Spells: Malleable Goo need be negative
Closes #22757
2019-01-04 14:58:17 -03:00
Shauren
74d51b9263 Core/Creatures: Fixed trainer requirements
Closes #22906
2019-01-04 00:08:26 +01:00
Ghaster
19791a35df Core/Creature: Profession trainer fixes (PR #22904)
Closes #22903
2019-01-03 16:52:22 +01:00
Keader
b283565d8a Scripts/The Steamvault: Fixed Chambers Access Panel and Main Chambers Door
Closes #21067
Ty Kittnz, killerwife, Aokromes (sniffs)
2019-01-02 11:57:33 -03:00
Killyana
15c50069dd DB/Trainers: Add missing conditions required to learn spells from trainers part2
Ref #9635
2019-01-01 18:30:54 +01:00
Killyana
545b9bc9f9 DB/Trainers: Add missing conditions required to learn spells from trainers
Closes #9635
2019-01-01 17:43:09 +01:00
jackpoz
f11117584d Core/Handlers: fix ".whisper on" with opposite faction/low level
Closes #22283
2019-01-01 15:57:35 +01:00
Treeston
fcfcb0eb6f Happy New Year, folks. It's 2019! 2019-01-01 15:45:25 +01:00
Giacomo Pozzoni
20ea24bf5c Scripts/Commands: Fix crash caused by .set npc model (#22877)
* Scripts/Commands: Fix crash caused by .set npc model

Fix crash caused by .set npc model with invalid model id
2019-01-01 15:00:27 +01:00
Shauren
3b5014fdae Core/Spells: Fixed ErrorCube spell missiles 2018-12-31 21:41:25 +01:00
Killyana
6ec338eb9a DB/Creature: Trainer Greetings
Closes #22900
2018-12-31 19:42:35 +01:00
Aokromes
33c723685f Misc: Deprecate any mysql under 5.6
Mysql 5.5 is deprecated on few hours.
5.5	December 3, 2010; 8 years ago[50]	5.5.61	2018-07-27	December 2018
https://en.wikipedia.org/wiki/MySQL#Release_history
closes #22874
2018-12-31 18:11:29 +01:00
PolarCookie
66720e5fd9 Spell/Script: Scourge Disguise and Haunting Phantoms (#22727) 2018-12-31 11:50:16 +01:00
Shauren
1c4cdfd325 Renamed SQL with proper date 2018-12-30 20:07:04 +01:00
Shauren
baebb2d602 Core/Players: Fixed some spells appearing as available at trainer when they are already known
Closes #16482
2018-12-30 19:51:36 +01:00
Shauren
bd21917ad6 Core/PacketIO: Fixed naming for SMSG_TRAINER_LIST profession related fields 2018-12-30 19:51:36 +01:00
Shauren
261944da4d SQL: Redo data conversion 2018-12-30 19:51:36 +01:00
Ghaster
bf3ab6d9c4 Core/Creatures: Port trainer changes from master
Closes #20493
2018-12-30 19:51:36 +01:00
illfated
3dbe80ee2e DB/Quest: I'm Being Blackmailed By My Cleaner
Closes #22880
2018-12-26 19:45:30 +01:00
Killyana
f9988e2f88 DB/Quest: Emergency Protocol: Section 8.2, Paragraph D
Closes #22882
2018-12-26 19:35:47 +01:00
Killyana
4be60643be DB/Spell: Mounting a Stabled Campaign Warhorse
Closes #22866
2018-12-26 19:32:44 +01:00
Treeston
4c3af3b636 Core/Utils: some code style adjustments, 6d6077e follow-up 2018-12-25 12:36:20 +01:00
Treeston
6d6077e36f Core/Utils: Fix Unicode handling 2018-12-25 01:47:24 +01:00
Giacomo Pozzoni
afdbc5ffe3 Revert "Core/Handlers: fix ".whisper on" with opposite faction/low level (#22298)"
This reverts commit 950e50ec4d.
2018-12-21 13:19:12 +01:00
Giacomo Pozzoni
cb13638721 Scripts/Nagrand: Fix crash added in PR #22806 (#22878)
Fix crash added in PR #22806 happening in quest "Ruthless Cunning and Returning the Favor"
2018-12-19 16:08:35 +01:00
PolarCookie
a3c5af12d0 DB/Quest: Drak'Sotra quest chaining
Closes #22812
2018-12-19 12:34:48 +01:00
Rynem
2aea599f69 DB/Spell: Mounting a Stabled Campaign Warhorse
Closes #22866
2018-12-19 12:04:41 +01:00
Rynem
aefc96f2d8 DB/Spell: Necrocution
Closes #22865
2018-12-19 11:59:04 +01:00
Rynem
07002a2825 DB/Quest: Quest: Cruel's Intentions
Closes #22842
2018-12-19 11:49:00 +01:00
Killyana
ec2cee0ab7 DB/Creature: Onslaught Warhorse
Closes #22868
2018-12-19 11:38:57 +01:00
Giacomo Pozzoni
166bb31163 Shared/Misc: Use C99 conformant snprintf and vsnprintf in Visual Studio (#22876) 2018-12-19 11:27:44 +01:00
Gooyeth
950e50ec4d Core/Handlers: fix ".whisper on" with opposite faction/low level (#22298) 2018-12-18 08:03:52 +01:00
Shauren
c7445669e8 Core/Units: Fixed crash happening when charm was removed by its own charmed AI during update 2018-12-17 15:49:32 +01:00
Aokromes
6658de05db DB/Creature: Fix Valithria Dreamwalker immunities
Closes #22753 by TheWinchesters
2018-12-17 13:18:07 +01:00
Shauren
b09390e575 Core/Spells: Corrected haste affecting GCDs to match 3.3.5 client logic 2018-12-16 18:52:45 +01:00
jackpoz
eee1f2cadf Core/Misc: Fix vsnprintf usage in ASSERT()
Fix vsnprintf to follow standard definition and not some old VC++ behavior, not requiring to include the '\0' character in the count parameter
2018-12-16 12:09:20 +01:00
Giacomo Pozzoni
9a924fb9d5 Core/Misc: Log more information in asserts (#22783)
* Core/Misc: Log more information in asserts

Add a new function GetDebugInfos() to types that could trigger an ASSERT() to easily include more useful information in crashlogs.
This is an initial commit that requires many more commits to implement the new GetDebugInfos() function in all required types.
If the type doesn't have the function, the global default one is picked which doesn't log anything.

* Core/Misc: Fix dynamic build

Add missing attribute for dynamic build

* Core/Misc: Fix gcc/clang build

* Core/Misc: Rename GetDebugInfos() to GetDebugInfo()

* Core/Misc: Fix FormatAssertionMessage() adding an extra '\0'

* Core/Misc: Add GetDebugInfo support to Unit

* Core/Misc: Add GetDebugInfo support to Creature

* Core/Misc: Add more info to GetDebugInfo for Creature

* Core/Misc: Add GetDebugInfo support to GameObject

* Core/Misc: Add GetDebugInfo support to Player

* Core/Misc: Add more GetDebugInfo info

* Core/Misc: Add GetDebugInfo support to Item

* Core/Misc: Add GetDebugInfo support to Bag

* Core/Misc: Add GetDebugInfo support to Transport

* Core/Misc: Add GetDebugInfo support to TempSummon, Minion, Guardian, Pet

* Core/Misc: Add GetDebugInfo support to Map, InstanceMap

* Core/Misc: Add GetDebugInfo support to Spell

* Core/Misc: Fix build warning

* Core/Misc: Add GetDebugInfo support to Aura

* Core/Misc: Add GetDebugInfo support to UnitAI
2018-12-14 22:01:16 +01:00
Treeston
3acba6dded Core/Misc: Explicit typing for SpellAttrN enums, add nicer text to UNKs, and restore some relevant info from old comments. Final one of these. 2018-12-11 14:38:50 +01:00
Killyana
df641e993a DB/Creature: Njorndar Proto-Drake
Closes  #22853
2018-12-09 14:04:58 +01:00
PolarCookie
982b0d5225 DB/Item: Onslaught Gryphon Reins drop rate
Closes #22852
2018-12-09 13:24:37 +01:00
PolarCookie
271dd09eb0 DB/Quest: The Amphitheater of Anguish: Yggdras!
Closes #20780
Closes #22752
2018-12-09 09:24:24 +01:00
Killyana
1ba09572b5 DB/GameObjects: Add missing doors to AQ40 2018-12-09 08:49:56 +01:00
Aokromes
2b332d5707 Typò fix 2018-12-09 03:49:53 +01:00
AlcDenat
e6f9f18201 DB: Achievement Reward Locales deDE
Closes #22761
2018-12-08 13:48:58 +01:00
Killyana
e7d07dd5f7 DB: Fix some DB errors 2018-12-08 13:43:04 +01:00
Killyana
606fbc2482 DB: Typo 2018-12-08 13:10:50 +01:00
AlcDenat
05a6a5ce99 DB: Pilgrim's Bounty quest OfferReward, RequestItems deDE locales
Closes #22823
2018-12-08 12:18:35 +01:00
AlcDenat
09a6482099 DB: Pilgrim's Bounty quest ObjectiveText deDE locales
Closes #22822
2018-12-08 12:17:47 +01:00
Killyana
b4427498c0 DB/Quest: Into the Draenethyst Mine add some missing spawns
Closes#22808
2018-12-08 12:16:56 +01:00