Aokromes
6253e100aa
DB/Misc: Fix some startup errors
2017-05-10 00:27:09 +02:00
Aokromes
5102201e01
Update 2017_05_10_00_world.sql
2017-05-10 00:18:40 +02:00
Aokromes
6da966c25c
DB/Misc: Fix some startup errors
...
Updates #15829
2017-05-10 00:11:57 +02:00
Aokromes
d48c4bbbc7
DB/Creature: Move Hippogryph Master Stephanos to wow 4.0.3 location
...
Closes #18339
Cherry pick from 294969887c
2017-05-09 21:11:13 +02:00
joschiwald
b52949aa1f
Core/Misc: Removed useless log message
2017-05-09 20:43:22 +02:00
Shauren
38b1ad0ce1
Warning fix
2017-05-09 00:27:10 +02:00
Shauren
8fc527f404
Core/Items: Set and save item context field
2017-05-08 23:56:35 +02:00
vincent-michael
0936b01895
DB/Quests: Updated quest_template data for 7.2.0 part 16
2017-05-08 21:23:14 +02:00
joschiwald
5c86b2aa36
Core/SpellScripts: SPELL_SCRIPT_HOOK_EFFECT_SUCCESSFUL_DISPEL is a TargetHook and a EffectHook
2017-05-07 20:39:51 +02:00
Shauren
118a0afbfa
Build fix
2017-05-07 17:16:47 +02:00
Shauren
6828c7bc2f
Core/Items: Implemented new item bonus and enchantment types
2017-05-07 16:47:49 +02:00
joschiwald
8aa516528f
Core/Spells: Fixed wrong usage of unitTarget in Spell::EffectChargeDest
2017-05-07 15:28:56 +02:00
vincent-michael
7c66e7bbc7
DB/Quests: Updated quest_template data for 7.2.0 part 15
2017-05-06 21:46:17 +02:00
Shauren
707fd7cdfa
Core/Items: Fixed default item appearances
...
Closes #19558
2017-05-06 21:43:32 +02:00
funjoker
0c3c5dd0e1
Core/Player: Fix Scene blackscreen ( #19473 )
...
* Move Flags from DBCEnums.h to SceneMgr.h (nothing to do with any DB2)
* Send SMSG_CANCEL_SCENE if scene ends (canceled or completed)
2017-05-06 13:28:03 +02:00
joschiwald
2abfaecf0c
Core/SAI: Fixed memory leak
2017-05-06 12:27:45 +02:00
Gacko
5a2b60d815
Fix non-PCH build.
...
What else?
2017-05-06 11:59:52 +02:00
Arog
f2becced5a
Core/Conditions: CONDITION_QUEST_OBJECTIVE_COMPLETE ( #19510 )
...
* Ignore QUEST_OBJECTIVE_FLAG_OPTIONAL from quest_completion
2017-05-05 22:23:45 +02:00
joschiwald
b68b7ecd9f
Fixed warning
2017-05-05 21:32:20 +02:00
joschiwald
036f67c0c1
Core/Collision: Replaced phasemask with proper phases in GameObject collision calculation
2017-05-05 21:22:58 +02:00
joschiwald
c1cc0e9949
Core/Misc: Added Creature::CanGiveExperience helper function
2017-05-05 14:44:47 +02:00
Shauren
65190eb5e2
Core/PacketIO: Fixed structures of CMSG_AUCTION_SELL_ITEM and CMSG_AUCTION_LIST_BIDDER_ITEMS - FlushBits() should never be used by client packets, use ResetBitPos() instead
...
Closes #19481
2017-05-05 14:23:03 +02:00
joschiwald
272d2a29e5
Core/Entities: Tweak WorldObject::IsNeverVisible to pass the seer
2017-05-05 13:31:25 +02:00
vincent-michael
1a305fb6b9
DB/Quests: Updated quest_template data for 7.2.0 part 14
2017-05-04 22:19:51 +02:00
Gacko
7aa32a4d6b
Fix build.
2017-05-04 21:49:48 +02:00
Shauren
6c92a481a3
Core/Misc: Cleanup worldserver/bnetserver main() functions to run destructors in predictable order
...
* world/bnet servers will now fail to startup if listen ports are in use
* Restored "Network.OutUBuff" config option lost during boost transition
2017-05-04 20:41:22 +02:00
joschiwald
3b873add19
Core/Packets: Implemented SMSG_CANCEL_SPELL_VISUAL_KIT and SMSG_PLAY_ORPHAN_SPELL_VISUAL
...
* Added some helper methods for sending these packets
Closes #19486
2017-05-04 18:38:04 +02:00
Shauren
0d556dd4af
Core/Chat: Fixed addon whispers and channel messages
...
Closes #19490
Closes #19534
2017-05-03 13:55:03 +02:00
DDuarte
c01d28bc33
Docs: Update notes in issue_template and pull_request_template
2017-05-02 21:38:25 +01:00
vincent-michael
8cf29f7579
DB/Quests: Updated quest_template data for 7.2.0 part 13
2017-05-02 16:54:07 +02:00
Shauren
713783531c
Core/Corpses: Misc fixes
...
* Updated corpse flags
* Fixed corpse guid during creation
* Properly set corpse faction
* Fixed setting weapon inventory types if transmogrified
* Fixed corpse location query response when corpse cannot be found
2017-05-01 20:20:18 +02:00
joschiwald
00f28a81af
Core/Opcodes: Defined SMSG_SORT_BAGS_RESULT
...
Thx @Vincent-Michael
2017-05-01 18:37:13 +02:00
vincent-michael
173db1f549
Scripts: Fixed non pch build
2017-05-01 00:25:13 +02:00
vincent-michael
774e5e7b26
DB/Quests: Updated quest_template data for 7.2.0 part 12
2017-05-01 00:23:23 +02:00
Aokromes
5b3ffd44e1
DB/Misc: Coldridge valley fixes
...
By Malcrom
2017-04-30 17:28:19 +02:00
vincent-michael
4a00140973
DB/Quests: Updated quest_template data for 7.2.0 part 11
2017-04-30 00:36:50 +02:00
Shauren
eac82be155
Core/GameObjects: Updated dynamic flags
...
Closes #19523
2017-04-29 21:33:35 +02:00
Aokromes
06b09d2e17
Update pull_request_template.md
2017-04-29 15:41:14 +02:00
Keader
18d9de2b75
Core/Scripts: Codestyle fixes
...
Followup: d56671a1a7
2017-04-29 10:15:36 -03:00
Aokromes
c5e211f07e
Coding style
2017-04-29 10:53:48 +02:00
vincent-michael
409cabf0e6
Scripts: Fixed build
2017-04-29 02:31:26 +02:00
Aokromes
e70e03890d
DB/Misc: Fix one runtime error
...
By Malcrom
2017-04-29 02:17:51 +02:00
Aokromes
e47b4f24ef
Rename sql/updates/world/4.3.4/2017_04_29_00_world.sql to sql/updates/world/master/2017_04_29_00_world.sql
2017-04-29 02:17:12 +02:00
Aokromes
d56671a1a7
Core/Scripts: Dwarf Start Area scripts
...
By Malcrom
2017-04-29 02:05:03 +02:00
Aokromes
cd4e488540
Update auth_database.sql
2017-04-28 15:17:21 +02:00
vincent-michael
3b6fb1c431
DB/Quests: Updated quest_template data for 7.2.0 part 10
2017-04-28 12:07:40 +02:00
Shauren
afd5f0d03e
Warning fix
2017-04-28 10:08:20 +02:00
vincent-michael
3b6d04badb
Core: Updated allowed build to 7.2.0.24015
2017-04-28 09:15:16 +02:00
joschiwald
037ffdf609
Fixed warning
2017-04-27 19:35:22 +02:00
joschiwald
66744c4b4c
Core/Tools: MapId can have 4 digits
...
Note: Re-extracting any maps is NOT required.
2017-04-27 19:24:14 +02:00