Shauren
2e2bdec28f
Travis fix.
2015-10-30 18:20:33 +01:00
Killyana
dffcebdd05
DB/Creature: Fix Spell Click for Dead Mage Hunter
...
Replace ride spell for Flamebringer by the correct one
Closes #15783
2015-10-30 17:57:13 +01:00
Shauren
8c9ea7782a
Core/Corpses: Fixed a crash happening when a corpse is added to a grid that was not yet fully loaded
...
Closes #15684
2015-10-30 17:53:00 +01:00
Shauren
a94bdd00a9
Core/Corpses: Prevent deleting corpses by ObjectGridUnloader, fixes accessing freed memory in multiple places due to the corpse still being registered in Map containers
...
Closes #15775
Closes #15781
2015-10-30 17:51:19 +01:00
Shauren
4245c2c59d
SQL: syntax fix in characters_database.sql
2015-10-30 08:15:01 +01:00
Killyana
b72e723ace
DB/Creature: Fix wrong Dynamicflag for Winterskorn Rune-Seer
...
Fix a DB error
Closes #15774
2015-10-30 02:00:56 +01:00
Killyana
fdb1110e67
DB/Quest: The Thane of Voldrune
...
Closes #1006
2015-10-30 01:39:57 +01:00
Shauren
4a36850167
Core/World: Store account id in CharacterInfo to reduce the amount of database queries
...
(cherry picked from commit aaaa1c3441 )
2015-10-29 21:08:00 +01:00
Shauren
38c7a37530
Core/Crash reporting: Fixed windows version detection for 8.1 and newer
...
(cherry picked from commit 4c866a0af0 )
2015-10-29 18:59:24 +01:00
Shauren
c7bad70e55
Core/Players: Check if player can enter the instance during login before trying to add him to map
...
* Fixes name displaying as "Unknown"
(cherry picked from commit 45994a177c )
2015-10-29 18:59:06 +01:00
Shauren
b1b72dafd0
Warning fixes
...
(cherry picked from commit 82db416b5d )
2015-10-29 18:56:26 +01:00
Naios
d96db56f03
Core/Tools: Fix brutal linking in mmaps extractor.
...
* caused warnings with shared linking
* ref #15671
(cherry picked from commit 13654bac2c )
2015-10-29 18:56:25 +01:00
Naios
5736deb854
Core/Build: Never overwrite the msvc cxx flags in the cache
...
* Setting all compiler flags in the cache led to circular bloating of
msvc cxx parameters (was visible in console) which caused MSVC to
rebuild the whole solution even on a small CMake change.
It's not neccessary anyway to set the cxx parameters to the cache
to take effect.
* I'm not sure if the workarround is still needed for MSVC 12+.
* Cleaning the CMake cache is recommended!
* ref #15671
(cherry picked from commit 0946fcf2aa )
2015-10-29 18:56:24 +01:00
Shauren
31cf5ea305
Core/Misc: Removed manually defined ObjectGuid copy/move constructors. This will cause the compiler to automatically generate trivial constructors allowing them to be treated as simple integers
...
(cherry picked from commit 3fd15ed22a )
2015-10-29 18:52:00 +01:00
MitchesD
079c6b47f9
Core/Player: remove unused method prototypes
...
(cherry picked from commit 9617da7249 )
2015-10-29 18:50:30 +01:00
Shauren
1d17475791
Core/Corpses: Fixed map crash happening during map unload when there are corpses inside
2015-10-29 18:46:37 +01:00
Shauren
7dcddd90be
Core/Spells: Improved spell category cooldown handling
...
* Category cooldown is stored with the spell that started the cooldown (and only resetting cooldown on that spell will clear cooldowns on entire category - this fully mirrors client behavior)
* This significantly reduces the amount of data saved to database for cooldowns
* Spell casts from items that have a different category specified than on spell will now check for cooldown during the cast
(cherry picked from commit 1efb3f08e2 )
Closes #15766
Closes #15137
Closes #14837
2015-10-29 17:56:18 +01:00
Killyana
3f32307d37
DB/Objects: Add some missing objects on Eversong Woods
2015-10-29 17:20:03 +01:00
Shauren
20b4e6f03a
Core/Corpses: Fixed leaking corpses
...
Closes #15765
(cherry picked from commit bd16520ecc )
2015-10-28 21:56:40 +01:00
MitchesD
8e7012f076
Merge pull request #15736 from ShinDarth/deserters
...
BG Deserters tracking system
2015-10-28 20:40:25 +01:00
ShinDarth
d380c12c56
Core/Battleground: implement deserters tracker feature
2015-10-28 20:39:04 +01:00
Kittnz
fa1cad2020
DB/Event: Fix for Dalaran & Shattrath Hallow's End spawns
2015-10-28 20:18:06 +01:00
Dr-J
f36d76e953
Rename 2015_10_27_01_world.sql to 2015_10_27_01_world.sql
2015-10-27 22:58:03 +00:00
Killyana
c3fe637306
DB/Event: Add missing Hallow's End event spawns in Shattrath
...
Thanks to @Kittnz
2015-10-27 23:38:59 +01:00
Dr-J
cb48f454fa
DB/Misc: Fallen Hero's Spirit
...
Script http://www.wowhead.com/npc=32149/fallen-heros-spirit#comments
2015-10-27 22:28:17 +00:00
Dr-J
b96f2e11ca
DB/Misc: Knot Thimblejack
...
Only valid for 3.3.5 as since catacylsm recipe is learnt and mats for suit reduced to one ogre tanin
* gordok ogre suit learned using gossip option instead of on gossip hello
* Script for Free Knot including making it so quest can only be returned once per run
2015-10-27 22:00:45 +00:00
w1sht0l1v3
56b27711a4
Core/Player: Fix copy/paste mistake in 1ef1d42d14
2015-10-26 20:15:18 +02:00
Kittnz
aea883d10b
DB/Event: Add missing Hallow's End event spawns in Dalaran
...
By @Kittnz & @Kilyana
2015-10-25 19:58:14 +01:00
w1sht0l1v3
1ef1d42d14
Core/Player: Fix not being able to do seasonal quests(if already done in the past)
2015-10-25 18:22:57 +02:00
w1sht0l1v3
11f0c85bd4
Core/Quests: Fix a CMSG injection abuse.
...
closes #15709
2015-10-25 18:21:08 +02:00
Rushor
641f34c78a
DB/Pathing: Azuremyst Isle Updates
...
* by @Grz3s
2015-10-23 21:40:54 +02:00
Rushor
eae956c88d
DB/Creature: Cenarion Circle Reputation
...
closes #15759
2015-10-23 20:49:47 +02:00
Rushor
1c519a74e2
DB/Creature: Zul'Farrak - Disable Movement for Trolls after Death
...
* else the corescript moves the dead creatures
2015-10-23 18:59:16 +02:00
Shauren
96b5bfd985
Core/Commands: Fixed merge error
2015-10-23 18:12:42 +02:00
MitchesD
6f844f36c3
Merge pull request #15755 from ShinDarth/reset-stealth
...
Fixed some rare stealth/prowl visual bugs after duel cd reset
2015-10-23 12:09:41 +02:00
MitchesD
b2575a04ce
Merge pull request #15753 from Rushor/blood
...
Scripts/IcecrownCitadel: Quest 'Blood Quickening' - Add Killcredit in 25ManRaid
2015-10-23 12:06:03 +02:00
ShinDarth
81980ae58c
Core/Spells: fixed some rare stealth/prowl visual bugs after duel cd reset
2015-10-23 11:56:47 +02:00
Kittnz
6264f25a98
DB/Path: Pathing for few rats in Dalaran
2015-10-22 22:49:27 +02:00
Shauren
c92faf6277
Core/Commands: Refactored chat command script hook, fixes a crash when building with gcc 5
...
Closes #15616
Closes #15740
(cherry picked from commit 2d942ddcc5 )
# Conflicts:
# src/server/scripts/Commands/cs_battlenet_account.cpp
# src/server/scripts/Commands/cs_cast.cpp
# src/server/scripts/Commands/cs_debug.cpp
# src/server/scripts/Commands/cs_go.cpp
# src/server/scripts/Commands/cs_misc.cpp
# src/server/scripts/Commands/cs_mmaps.cpp
# src/server/scripts/Commands/cs_modify.cpp
# src/server/scripts/Commands/cs_npc.cpp
# src/server/scripts/Commands/cs_reload.cpp
# src/server/scripts/Commands/cs_ticket.cpp
2015-10-22 22:34:16 +02:00
Rushor
c5641a9a58
Scripts/IcecrownCitadel: Quest 'Blood Quickening' - Add Killcredit in 25ManRaid
...
closes #15733
2015-10-22 12:24:26 +02:00
Rushor
db8aba662a
DB/Gossip: Orbaz Bloodbane - Gossip option
...
by @tkrokli + @Pitcrawler , closes #15737
2015-10-22 11:21:10 +02:00
Rushor
82b727360c
DB/Creature: Grethok the Controller - Add text on Death
2015-10-21 13:33:42 +02:00
Rushor
6a0ceb96fd
DB/Pathing: Onyxia's Lair
2015-10-21 10:52:26 +02:00
Shauren
c04c409f41
Merge pull request #15746 from Rushor/Venom
...
Core/Spells: Reduce Duration for EffectEnchantHeldItem-Spells
2015-10-20 17:31:21 +02:00
Rushor
5dbe53279b
Core/Spells: Reduce Duration for EffectEnchantHeldItem-Spells
2015-10-20 16:34:38 +02:00
Rushor
54341dc8ab
DB/Creature: Thistle Boar - Skinning Loot
...
* closes #15744
2015-10-20 11:47:44 +02:00
Rushor
85616fcec3
DB/Creature: Small Crag Boar - Remove invalid skinning Loot
...
* closes #15742
2015-10-20 11:39:18 +02:00
Rushor
1bce1b99b9
DB/Creature: Young Thistle Boar - Skinning Loot
...
* closes #15743
2015-10-20 11:32:41 +02:00
Rushor
be0649fafb
DB/Creature: Gryphoneer Leafbeard - Gossip
...
* closes #15745
2015-10-20 11:25:01 +02:00
Aokromes
183b89dcc3
Update UnixInstall.txt
2015-10-19 13:36:44 +02:00