Commit Graph

16067 Commits

Author SHA1 Message Date
Alan Deutscher
df7c048fe6 Strip QUEST_FLAGS_AUTO_ACCEPT from quest details sent to client if ignoring auto-accepts in config
(cherry-picked from 7a245c4b69)
2018-12-09 14:18:42 +01:00
Alan Deutscher
77150bc8ec Core/Chat: Added option to allow 5-man parties to use raid warnings
Closes #17889

* Added parentheses to satisfy TravisCI.

* Adjusted to a boolean config option instead of an integer.

(cherry-picked from fc06465b17)
2018-12-09 14:18:42 +01:00
ariel-
ea0cd93662 Core/Scripts: added command to move characters across accounts
(cherry-picked from f7f865f818)
2018-12-09 14:18:42 +01:00
Rushor
b5174339ae Core/Vehicle: Remove immunity to Battering Ram for Ulduar vehicles (#18562)
Closes: #15185

(cherry-picked from 193e51a80b)
2018-12-09 14:18:42 +01:00
Staleness89
27f8f896a4 Core/Player: Add another config option for IsGroupVisibleFor() (#18723)
(cherry-picked from 7c379129e9)
2018-12-09 14:18:42 +01:00
xinef1
114aedcc14 Core/Pets: Fixed hunter pet resistance exploit (#18600) 2018-12-09 14:18:42 +01:00
xinef1
0a2876c091 Core/Pets: Fixed exploit where warlock can abandon its pet to generate new name (#18606)
(cherry-picked from 8ce5712552)
2018-12-09 14:18:42 +01:00
Chazy Chaz
95d7a1ff13 Core/Misc: Update locales_achievement_reward to simple system
Closes #19528

(cherry picked from commit 309a7f7e2a)
2018-11-21 22:45:00 +01:00
Ovah
50ec47048b Core/Vehicles: define and implement VEHICLE_SEAT_FLAG_DISABLE_GRAVITY (#22804) 2018-11-21 18:00:20 +01:00
Shauren
41a7e08e43 Core/Bnet: Safeguard auth process against bad external db modifications 2018-10-22 19:06:26 +02:00
Shocker
aa9e0de0bb Core/Spells: Implement PROC_FLAG_ENCOUNTER_START 2018-10-13 13:09:20 +03:00
Shocker
6325dddb16 Core/Spells: Implement PROC_FLAG_ENTER_COMBAT 2018-10-13 12:50:50 +03:00
Shocker
8981120383 Core/Spells: Implement PROC_FLAG_JUMP 2018-10-13 12:11:14 +03:00
Shocker
937d6b1e6f Core/Spells: Implement AURA_INTERRUPT_FLAG_JUMP 2018-10-13 12:11:07 +03:00
funjoker
43773b7176 Fix Non-PCH (#22607) 2018-10-09 17:11:08 +02:00
Shauren
b994868c6a Fixed prepared statement field name 2018-09-15 19:07:26 +02:00
Shauren
738f37d3cf Core/Maps: Replaced spawnmask with difficulty list 2018-09-15 17:55:26 +02:00
joschiwald
55928b23f6 Fixed build 2018-09-01 13:40:41 +02:00
joschiwald
56877d2360 Fixed build 2018-08-25 22:47:35 +02:00
joschiwald
5132547ab3 Scripts/Command: Use packet builder in .debug send channelnotify 2018-08-25 20:13:19 +02:00
joschiwald
74022357cc Core/PacketIO: Moved SMSG_ADD_RUNE_POWER to packet classes 2018-08-25 20:01:27 +02:00
joschiwald
652f9302b7 Core/Spells: Removed useless calls of Spell::GetEffect and SpellInfo::GetEffect 2018-08-25 20:01:27 +02:00
Shauren
3cc42d7692 Core/Conversations: Fixed CONVERSATION_DYNAMIC_FIELD_LINES structure and defined related opcode/flag 2018-08-24 00:13:10 +02:00
Shauren
e512c22b42 Core/Units: Defined new npc flag 2018-08-22 12:24:04 +02:00
joschiwald
843ad01ba6 Fixed nopch build again 2018-08-06 00:39:56 +02:00
joschiwald
3704036cae Fixed nopch build 2018-08-06 00:32:59 +02:00
Traesh
a8a071e9d9 Core/AreaTrigger: handle AREATRIGGER_FLAG_HAS_CIRCULAR_MOVEMENT (#21778) 2018-08-05 18:57:35 +02:00
Truthlight
d520854912 Core/Player: Fixed crash when race or faction changing to an allied race. (#22221) 2018-08-03 10:01:55 +02:00
Shauren
172ccdb499 Core/Spells: Fixed crash in AuraEffect::HandlePlayScene
Closes #22213
2018-08-01 19:11:02 +02:00
Shauren
c0f0228aef Nopch fix 2018-07-31 23:50:19 +02:00
Traesh
55a0a2d3f6 Core/Artifact Handle Artifact tiers + Artifact unlock (3rd relic bonus) (#21593) 2018-07-31 23:31:44 +02:00
Shauren
aa1883060e Core/Misc: Fix nopch build 2018-07-22 19:44:27 +02:00
Mihapro
4c348ea5f8 Core/Spells: Fixed travel form 2018-07-22 19:11:34 +02:00
Mihapro
4a09510571 Core/Spells: Implement AURA_REMOVE_BY_INTERRUPT to provide aura scripts with more information when removing by Unit::RemoveAurasWithInterruptFlags 2018-07-22 19:11:34 +02:00
LluisMas
1f1c2a207e Core/Players: Changed flight masters to suppress positive transforms/shapeshifts instead of preventing starting flight (#21943) 2018-07-22 15:32:11 +02:00
Shauren
ad880ec530 Core/ItemEnchantmentMgr: Added missing break 2018-07-22 10:57:38 +02:00
Shauren
b76098651a Core/ByteBuffer: Fixed output truncation in ByteBuffer::hexlike 2018-07-21 15:10:05 +02:00
Palabola
014ea6354d Core/Criteria: Implemented CRITERIA_ADDITIONAL_CONDITION_MAP_DIFFICULTY (#22119) 2018-07-15 14:11:01 +02:00
Jeremy
bee4f04b13 Core/GameObject: Set SpellVisualID to capturePoint.SpellVisual1 when creating Capture Points (#22159) 2018-07-15 12:40:39 +02:00
Krudor
7d353acde9 Core/Instances: Fix an issue where instance greet messages were not properly sent out due to fetching the greet message for the instance difficulty selected by the player in the GUI, instead of the actual map difficulty in case a fallback difficulty was issued. (#22157) 2018-07-14 20:46:43 +02:00
Krudor
9a22f3b820 Core/Instances: Fix an issue where players where able to enter a raid instance without being in a raid group in an older expansion, but would later be prompted with a boot message once inside the instance. (#22156) 2018-07-14 18:39:35 +02:00
Palabola
ee63227693 Core/Guilds: Fix guild bank gold withdraw limit (#22120) 2018-07-04 20:30:50 +02:00
Traesh
08787f57dc Core/PacketIO: Fixed DFProposalResponse packet reading (#22114) 2018-07-03 23:01:45 +02:00
Shauren
c2d61e05cf Core: Updated allowed build to 7.3.5.26972 2018-06-29 22:38:38 +02:00
Shauren
6ef9c4dbfc Core: Updated allowed build to 7.3.5.26899 2018-06-22 18:00:24 +02:00
Shauren
b8e88cd887 Core/PacketIO: Fixed SMSG_AUTH_RESPONSE structure after recent hotfix
Closes #22047
2018-06-17 20:41:46 +02:00
Shauren
cdcb3106e6 nopch fix 2018-06-16 17:37:43 +02:00
Shauren
9ffabae6bf Scripts/Misc: Use InstanceMap* in InstanceScript instead of Map* 2018-06-16 17:24:10 +02:00
Shauren
170d10b8a9 Core: Updated allowed build to 7.3.5.26822 2018-06-14 23:08:55 +02:00
Ovahlord
a6f91c9b81 Npc/Script: fixed Eye of Acherus action bar
Closes #18362
2018-06-11 20:24:08 +02:00