Commit Graph

30047 Commits

Author SHA1 Message Date
SnapperRy
13bac539d6 Core/Mail: implement a way to specify NPC sender for mails when they should be different from the quest ender (#17601)
(cherry picked from commit d4e15f1aac)

# Conflicts:
#	src/server/game/Quests/QuestDef.cpp
#	src/server/game/Quests/QuestDef.h

Rename 9999_99_99_99_world.sql to sql/updates/world/3.3.5/2016_07_19_00_world.sql
(cherry picked from commit 3a77dec6e6)
2017-02-11 15:19:42 +01:00
ariel-
8d45095e28 Core/Entities: implement SPELL_AURA_MOD_CRIT_CHANCE_FOR_CASTER, fixes talent Point of no Escape
(cherry picked from commit 2feb53ecb6)

# Conflicts:
#	src/server/game/Entities/Unit/Unit.cpp
#	src/server/game/Spells/Auras/SpellAuraDefines.h
#	src/server/game/Spells/Auras/SpellAuraEffects.cpp
2017-02-11 15:14:04 +01:00
Shauren
6f176c0980 Core/Spells: Fixed fishing
Closes #19016
2017-02-11 13:04:12 +01:00
Shauren
87513871dc Fixup pr e5e8537c3e 2017-02-11 11:46:55 +01:00
Marco Ebert
f055039f58 Fix non PCH build. Finally. 2017-02-11 10:05:47 +01:00
Aokromes
feac31cf52 Tools: Make extractor better, add mmaps extractor multitask 2017-02-11 05:46:13 +01:00
DoctorKraft
e5e8537c3e Core/Spells: Fixed Victory Rush
Closes #19044
2017-02-10 23:22:35 +01:00
edreisantafe
9ad50fb08c Core/Spells: Fixed Levitate
Closes #19091
2017-02-10 23:03:19 +01:00
Shauren
8453d7dae2 Core/Auras: Allow passive auras from items to stack 2017-02-09 18:53:55 +01:00
vincent-michael
8aacc07727 DB/Quests: Updated quest_poi / quest_poi_points data für 7.1.5 2017-02-09 16:02:50 +01:00
Aokromes
48724ada69 Tools: Enable tools compilation by default
(the time diff is small and it will help starters, advanced users can disable it at any time on cmake guy/compilation script)
2017-02-09 09:46:05 +01:00
Shauren
c7d6b6f92c Dep/CascLib: force linking with zlib
Closes #19074
2017-02-08 22:54:32 +01:00
Shauren
bc623ed97f sql name 2017-02-07 21:20:52 +01:00
DoctorKraft
a692ebdcb0 Core/Spell: Conjure Refreshment (#19035) 2017-02-07 21:17:47 +01:00
vincent-michael
941f7d2bbe DB/Quests: Updated quest_template data for 7.1.5 part 3 2017-02-07 18:06:00 +01:00
joschiwald
0659a85436 Core/Entities: Fixed typo in AreaTrigger loading 2017-02-06 21:19:31 +01:00
joschiwald
e6b46f883b Core/Guilds: Addition to e0e0242cb3
* changed count type from uint32 to uint64
2017-02-06 19:26:47 +01:00
Shauren
a210c7ccf6 Core/Opcodes: Add missing handlers (for logging names mostly) 2017-02-06 17:23:39 +01:00
joschiwald
e0e0242cb3 Core/Guilds: Added log message about guild achievements on startup 2017-02-05 22:16:13 +01:00
joschiwald
e3d44a6497 Fixed build 2017-02-05 21:49:53 +01:00
ariel-
32fd993dd7 Core/Entities: Readded check removed in d7460887c8, caused flying ghost players to not move if they died during a root effect, root flag was never cleared clientside and impeded movement.
(cherry picked from commit ef85d01746)

# Conflicts:
#	src/server/game/Server/WorldSession.cpp
2017-02-05 21:23:29 +01:00
ariel-
635ea3258b Core/Loot: fix bug introduced in a49544cc18 in which creatures only having gold wouldn't show lootable sparks, and thus couldn't be looted
(cherry picked from commit 59f71f915a)
2017-02-05 21:14:22 +01:00
ccrs
297c0a9b9e Core/UnitAI: #17309 follow-up (#17608)
* Core/UnitAI: SelectTarget correction

Set CurrentVictim as first element on targetList if necessary, which is then filled with the threatlist elements that satisfy the predicate.
(cherry picked from commit b008b677ad)
2017-02-05 21:14:04 +01:00
Dr-J
7a2a8059c9 DB/SAI: Naturalist Bite
Improvements to previous script which only gave credit for lost in action
(cherry picked from commit f8f207d21c)
2017-02-05 21:13:43 +01:00
Aokromes
b26efbcfa0 DB/Creature: Misc fixes
By Malcrom
(cherry picked from commit 58594c2072)
2017-02-05 21:10:53 +01:00
Gustavo
accaee579e Core/AI Prevent bosses respawn when BossState is set to DONE (#17616)
(cherry picked from commit f826ecb4b2)
2017-02-05 21:09:43 +01:00
ariel-
a5502cb7ec Core/Player: fix crash
Closes  #17073

(cherry picked from commit 028e473ec4)
2017-02-05 21:09:09 +01:00
ariel-
5d36f29843 Core/Misc: remove two synch queries and replace them with CharacterInfo cache
(cherry picked from commit 1a52c1cd36)
2017-02-05 21:07:32 +01:00
ariel-
5565defd9f Core/LFGMgr: fix race condition in _SaveToDB
(cherry picked from commit 94fb921cea)
2017-02-05 21:07:32 +01:00
ariel-
587c6da262 Core/ArenaTeamMgr: fix race condition in LoadArenaTeams
(cherry picked from commit b991f3e13d)
2017-02-05 21:07:32 +01:00
ccrs
afbdb99d90 Core/UnitAI: SelectTarget correction (#17309)
Core/UnitAI: SelectTarget correction - have current victim always be first element of target list
(cherry picked from commit 63e62117ea)
2017-02-05 21:07:31 +01:00
ariel-
f2c5c6995f Core/World: fix race condition in _UpdateRealmCharCount
(cherry picked from commit 5251dadf29)
2017-02-05 21:07:31 +01:00
ariel-
e5e1834bd5 Core/Player: silence warning
(cherry picked from commit dda338ece6)
2017-02-05 21:07:30 +01:00
SnapperRy
06c7849aa1 Core/Conditions: implement CONDITION_DAILY_QUEST_DONE to check whether or not a daily quest has been completed by a player in that day.
Also use it to fix two quest chains broken in commit 7905651. Should be the only ones of their kind.

(cherry picked from commit b4b3c10c69)
2017-02-05 21:07:30 +01:00
Aokromes
df3f4ae811 Update 2016_07_12_01_world.sql
(cherry picked from commit e5f4ef12db)
2017-02-05 20:44:29 +01:00
Aokromes
80625ce76a DB/Creature: Fix Runetog Wildhammer
Closes #17592 by Silvertower
(cherry picked from commit 94fce4a641)
2017-02-05 20:43:05 +01:00
ariel-
5f666a2ce6 Core/Spells: Fix Roar of Sacrifice damage part (#17519)
(cherry picked from commit 6988407b43)

Rename 2016_99_99_99_world.sql to 2016_07_16_03_world.sql
(cherry picked from commit 4bcb5a058b)
2017-02-05 20:35:19 +01:00
SnapperRy
9fcaf60706 DB/Loot: remove wrong loot for item 'Recipe: Savory Deviate Delight'
Reference loot belongs to 'Murloc Warrior' hailing from Westfall, while the item can only drop from The Barrens' residents
(cherry picked from commit 8b5d193507)
2017-02-05 20:07:47 +01:00
SnapperRy
61ac98fce2 DB/Conditions: fix cast conditions for two more spells
(cherry picked from commit c8e9184a4b)
2017-02-05 20:02:02 +01:00
Gustavo
4a21e8158f Core/Spells GameObjects needs to be spawned in order to be acceptable as a SpellFocus (#17594)
(cherry picked from commit 23e89b8aef)

# Conflicts:
#	src/server/game/Grids/Notifiers/GridNotifiers.h
2017-02-05 20:00:55 +01:00
SnapperRy
c5c399e14f DB/Conditions: fix three spells that require a NPC to be nearby
Namely, the Venomhide Hatchling feeding quests
(cherry picked from commit 55ba3bd012)
2017-02-05 19:59:25 +01:00
SnapperRy
0d7a49aa76 DB/Conditions: fix exploit related to quest Disclosure (ID: 12710)
NPC could be repeatedly summoned by clicking the related gameobject
(cherry picked from commit 11558b3bdc)
2017-02-05 19:58:13 +01:00
SnapperRy
77f490f630 DB/Mail: add Argent Tournament mail sent when reaching level 77
(cherry picked from commit f784c36aa6)
2017-02-05 17:52:32 +01:00
Andrew Letson
53c98267a5 Core/Scripts: Migrate Tanaris NPC's to SAI (#17390)
(cherry picked from commit 6ea48c036e)

Rename 2016_06_15_99_world.sql to 2016_07_15_08_world.sql
(cherry picked from commit a37a8a316b)
2017-02-05 17:48:52 +01:00
SnapperRy
3e74109857 Core/SmartAI: change SMART_ACTION_RISE_UP (114) to SMART_ACTION_MOVE_OFFSET and implement offset movement via target fields. (#17362)
(cherry picked from commit ba0cb53b02)

Rename 9999_99_99_99_world.sql to 2016_07_15_07_world.sql
(cherry picked from commit 2fd124f9a3)
2017-02-05 17:45:07 +01:00
SnapperRy
c8e7e68e66 Core/SpellArea: iterate spell_area entries by player's current area instead of quest id. (#17509)
(cherry picked from commit d7e47de264)
2017-02-05 17:38:36 +01:00
SnapperRy
90be9d143b Core/Unit: remove emote state when creature attacks another unit (#17542)
(cherry picked from commit a732749d72)
2017-02-05 17:36:37 +01:00
SnapperRy
dd9cff8328 DB/Script: partly script Shadowy Assassin's event in Southshore
Updates #14880
(cherry picked from commit c4cbc4341f)

Change creature guid for previous commit

Thanks Aokromes. Also forgot to mention, thanks Rushor for the main script
(cherry picked from commit e9ef43cc20)
2017-02-05 17:36:10 +01:00
Aokromes
8f1e4df9d6 Rename 9999_99_99_99_world.sql to 2016_07_15_05_world.sql
(cherry picked from commit 95e77fba90)
2017-02-05 17:33:10 +01:00
SnapperRy
c9cb63653a Core/Creature: implement INHABIT_ROOT to apply UNIT_STATE_ROOT to creature (#17543)
Add flag 8 to InhabitType for creatures that should appear rooted client-side
(cherry picked from commit f78ab9aba4)
2017-02-05 17:32:10 +01:00