Commit Graph

24531 Commits

Author SHA1 Message Date
Killyana
4298ade165 DB/Quest: Hot and Cold 2015-11-23 20:17:04 +01:00
Killyana
5c97339e89 DB/Quest: The Might of Kalimdor
By @sirikfoll
Closes #15830
2015-11-23 19:58:41 +01:00
Killyana
0d3ba0a79c DB/Loot: Fix Skinning Loot for Mottled Boar and Scorpid Worker
By @tkrokli
Closes  #15773
Closes #15772
2015-11-23 19:37:37 +01:00
Killyana
1461634e69 DB: Add comments on skinning loot template table
By @tkrokli
Closes #15760
2015-11-23 19:26:27 +01:00
Killyana
659428f636 DB: Remove skinloot from Critters
By @tkrokli
Closes #15871
2015-11-23 19:10:44 +01:00
Killyana
2cecc7b1f7 DB/Quest : Tomb of the Lightbringer
Closes #14733
By @Gargarensis

Clean required: ab90f74486/src/server/scripts/EasternKingdoms/zone_western_plaguelands.cpp (L280)
2015-11-23 17:28:57 +01:00
Kittnz
d93b445d31 Fix file name 2015-11-22 20:47:00 +01:00
Kittnz
9a2fc98c73 DB/Quest: Fix Seal of Ascension (quest chain for Upper Blackrock Spire)
by @Gargarensis Closes #15021
2015-11-22 20:45:15 +01:00
Kittnz
38c44fad8d Merge pull request #15884 from tkrokli/re-enable_flying_vehicles
Core/Creature: Flying vehicles able to fly again
2015-11-22 18:30:42 +01:00
sirikfoll
5d155895a7 Core/Creature: Flying vehicles able to fly again
by @sirikfoll, closes #15861

Flying vehicles could no longer leave the ground after commit 52692c3.
This is a modification of commit 52692c3 to make flying vehicles work again.
2015-11-22 17:14:58 +01:00
jackpoz
1511855fea Merge PR #14824 'tkrokli/spell_mod_stealth_stand_state' into 3.3.5 2015-11-22 15:37:32 +01:00
Aokromes
09b15428bc DB/Misc: Fix typo in 'OdesyusLanding'
By tkrokli, closes #15725
2015-11-22 12:08:18 +01:00
Aokromes
e4e0acbe5e DB/Creature: Delete duplicate spawn
By tkrokli, closes #15874
2015-11-22 12:04:20 +01:00
Aokromes
254aa21a85 Update UnixInstall.txt 2015-11-20 23:23:21 +01:00
Aokromes
2639783fe1 Update UnixInstall.txt 2015-11-20 23:21:49 +01:00
Aokromes
50afa7c7a5 Update UnixInstall.txt 2015-11-20 23:16:43 +01:00
Killyana
b5c12bd36f DB/Quest: The Dead Rise! 2015-11-20 15:02:20 +01:00
jackpoz
0e9f714a09 Core/Items: Fix crash
Fix crash happening if item_template.StatsCount field in the database was higher than 10.
Fixes #15868
2015-11-19 20:23:09 +01:00
Shauren
f012800751 Core/Spells: Fixed typo in ecbbcc8972 2015-11-17 17:51:09 +01:00
Shauren
071ede8a93 Core/Misc: Fixed memory leak in trade handler
(cherry picked from commit fc852181c5)

CID 1339313
CID 1339312
2015-11-16 00:11:50 +01:00
jackpoz
fbaed38b5e Core/Quest: Fix issues reported by static analysis
Coverity defect IDs: 1339309, 1339310
2015-11-15 16:17:12 +01:00
jackpoz
63f2675076 Core/Player: Fix issue reported by static analysis
Coverity defect IDs: 1010154
2015-11-15 16:01:14 +01:00
Shauren
ecbbcc8972 Core/Spells: Fixed Raise Dead cooldown
Closes #15862
2015-11-15 00:31:17 +01:00
Carbenium
f01ef901ef Script/Naxxramas: Fix a -Winconsistent-missing-override warning reported by clang 3.6 2015-11-14 19:48:05 +01:00
Vincent-Michael
145b0b27da Core/Battleground: Fix issue reported by static analysis
Coverity defect ID: 1339311
2015-11-14 18:26:20 +01:00
Naios
1ce5a62feb Core/Worldserver: Enable the database updater by default.
* Seems like this feature is stable enough to enable it by default
  since the last missing bugs were fixed some months ago.
* The database updater is the preferred method to update the databases
  as described in the wiki: http://collab.kpsn.org/display/tc/Databases+Installation

(cherry picked from commit 25185967e8)
2015-11-14 17:08:01 +01:00
Carbenium
b292321798 Core/Player: Move KillRewarder to its own file
(cherry picked from commit 4e76974ce5)

Conflicts:
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Player/Player.h
2015-11-14 15:06:47 +01:00
Shauren
7631ec444e Core/DBLayer: Improve error message from 0a27f8bce2
(cherry picked from commit d31706b07e)
2015-11-14 13:54:36 +01:00
Carbenium
1438c841ed Core/Player: Move TradeData to its own file
(cherry picked from commit 2d7d6f505c)

Conflicts:
	src/server/game/Entities/Item/Item.cpp
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Player/Player.h
	src/server/game/Handlers/TradeHandler.cpp
	src/server/game/Spells/Spell.cpp
2015-11-14 13:40:32 +01:00
MitchesD
86aa1996a4 Merge pull request #15859 from tkrokli/coverity_defects
Scripts/Thaddius: Coverity scan Control flow issues  (MISSING_BREAK)
2015-11-14 12:08:20 +01:00
tkrokli
95d6f09243 Scripts/Thaddius: Coverity scan Control flow issues (MISSING_BREAK)
Coverity scan defects CID 1339315, 1339316 and 1339317:
- CID 1339315: boss_thaddius.cpp: 542
- CID 1339316: boss_thaddius.cpp: 811
- CID 1339317: boss_thaddius.cpp: 398

Added missing break; statements.
2015-11-14 05:12:25 +01:00
Vincent-Michael
d0c28c66eb Core: Fix warning 2015-11-14 01:23:28 +01:00
Vincent-Michael
d188960216 Core/Condition: Fix issue reported by static analysis
Coverity defect ID: 1339314
2015-11-14 00:56:44 +01:00
Vincent-Michael
2ee01a7b3d Core: Fix non pch build 2015-11-13 20:19:16 +01:00
Shauren
536365a70f Fix build for mysql versions older than 5.7
(cherry picked from commit 5604aed5f1)
2015-11-13 09:28:14 +01:00
MitchesD
8804122051 Rename 2015_10_PR15523_world.sql to 2015_11_12_01_world.sql 2015-11-12 19:47:18 +01:00
MitchesD
e14e291ef6 Merge pull request #15523 from Treeston/3.3.5-thaddius
Scripts/Naxxramas: Thaddius: Complete rewrite
2015-11-12 19:46:46 +01:00
MitchesD
a1150ce20f Merge pull request #15732 from ShinDarth/reset-health-mana
Scripts/Duel: implement duel reset of health and mana and improve duel reset
2015-11-12 19:40:26 +01:00
Shauren
9bc5088a81 Core/DBLayer: Ensure that MySQL version used when compiling is the same as libmysql.dll version used for running the server.
Ref #15848

(cherry picked from commit 0a27f8bce2)
2015-11-12 17:55:10 +01:00
Shauren
11b3a60900 Buildsystem: Fixed building on windows 10 with cmake 3.4
(cherry picked from commit b5fbf773a5)
2015-11-12 17:55:04 +01:00
Kittnz
302623a151 DB/Event: Add all Hallow's End spawns in Northrend!
- removed all old spawns and reinserted new valid spawns.
2015-11-11 15:45:04 +01:00
Kittnz
a9cb25e55f DB/Event: Add all Hallow's End spawns in Northrend! 2015-11-11 01:24:53 +01:00
Kittnz
9e2330f575 DB/Object: Add general spawns missing in Northrend 2015-11-11 01:22:54 +01:00
Carbenium
c5f635b689 Core/Creature: Remove duplicate call to LoadCreatureAddons in Creature::Create
* Add error log for duplicated aura entries in creature_(template_)addon
2015-11-11 00:13:43 +01:00
Killyana
ade33880ba DB/Object: Fix 2 objects in The Eye 2015-11-10 22:46:25 +01:00
jackpoz
abd4e2e0f1 Core/Commands: Fix NULL dereference crash
Closes #15833
2015-11-10 21:14:18 +01:00
Killyana
311a8df4b7 DB: Fix a DB error 2015-11-10 16:13:21 +01:00
Aokromes
df9b09495c Rename 2015_11_8_00_world.sql to 2015_11_08_00_world.sql 2015-11-10 16:04:13 +01:00
Killyana
f067bd8d90 DB/SAI: Add missing text for Lore Keeper of Norgannon 2015-11-10 15:40:33 +01:00
robinsch
5f24fd6c51 [3.3.5] Core/Spells: break Stealth and modify Stand State
by @robinsch; closes #14819

Currently (562da2e), only harmful CC spells will break stealth and modify the unit stand state.
This behaviour is wrong. Any harmful spell hit should break stealth and modify the stand state.

There are a few exceptions for this mechanic, such as:
- Mass Dispel (priest spell ID 32375, 32592, 39897)
- Earthbind Totem (Pulse) (spell ID 3600)
- Distract (rogue spell ID 1725)
2015-11-10 05:33:53 +01:00