MitchesD
d74e0d823d
Scripts/CoS: Chrono Lord Epoch converted to BossAI
2015-04-18 18:28:13 +02:00
MitchesD
a08ba8826e
Core/PacketIO: SMSG_TITLE_EARNED, SMSG_TITLE_LOST, SMSG_SHOW_MAILBOX
2015-04-18 17:56:24 +02:00
Shauren
f79f765552
Core/Spells: Fixed crash happening during character creation when adding initial spells with SPELL_AURA_MOD_SPELL_CATEGORY_COOLDOWN
...
Closes #14569
2015-04-18 17:29:14 +02:00
Vincent-Michael
ca5c939a89
Core/PacketIO: Updated and enabled SMSG_SPELL_EXECUTE_LOG for WoD
2015-04-18 17:02:55 +02:00
Shauren
ee6e060be8
Core/Battle.net: Fixed accessing freed memory
2015-04-18 17:01:02 +02:00
Shauren
1cfbc45199
Core/PacketIO: Fixed MoveUpdateCollisionHeight structure
...
Closes #14546
2015-04-18 12:26:40 +02:00
Shauren
50c6473a31
Core/PacketIO: Changed WorldSession::Handle_NULL to use packet class (Null). DEFINE_OPCODE_HANDLER_OLD is now strictly used only for opcodes that were used in past and weren't updated yet
2015-04-18 12:12:59 +02:00
Shauren
41e2b0046d
Merge pull request #14568 from Golrag/AreaTrigger1
...
Core/AreaTrigger: Added 'bool entered' to OnTrigger
2015-04-18 11:32:53 +02:00
Shauren
5a1ab5d871
Core/PacketIO: Updated and enabled more battleground packets
2015-04-18 11:27:25 +02:00
Golrag
d999caee67
Core/AreaTrigger: Added 'bool entered' to OnTrigger
2015-04-18 11:22:30 +02:00
Carbenium
99ef803f1d
Core/Player: Added possibility to deactivate the character creation for neutral races
2015-04-18 01:44:37 +02:00
Vincent-Michael
c53ae41c3d
Core/PacketIO: Fix QuestGiverQuestList structure
2015-04-18 00:14:09 +02:00
Shauren
4703169116
Core/PacketIO: Updated and enabled more battleground packets
2015-04-18 00:04:56 +02:00
Vincent-Michael
4f98f2dac0
Core/PacketIO: Fix AuctionListItems structure
2015-04-17 21:01:27 +02:00
Vincent-Michael
a65007f55f
Core/PacketIO: Fix typo in CharRaceOrFactionChange
2015-04-17 19:28:18 +02:00
MitchesD
60a87b4e1c
Core/PacketIO: updated and enabled CMSG_QUEST_CONFIRM_ACCEPT
2015-04-17 18:39:50 +02:00
Vincent-Michael
94c6dd81ce
Core/PacketIO: Added missing FlushBits in MoveUpdateTeleport
2015-04-17 18:15:47 +02:00
Golrag
82a33c7fa8
Core/PacketIO: SMSG_PLAY_SOUND
2015-04-17 11:45:07 +02:00
Shauren
280a0b8e35
Core/PacketIO: Updated and enabled some battleground packets
2015-04-17 00:06:24 +02:00
Carbenium
5c3d8c1e87
Core/PacketIO: Updated and enabled SMSG_LOG_XP_GAIN
2015-04-16 01:28:44 +02:00
Shauren
9cf13eff26
Reverted part of f86d242f56 to fix build - these changes will be coming at a later point, when they are completed
2015-04-16 00:25:22 +02:00
Shauren
f86d242f56
Core/Misc: Removed unused method - it was only needed when client&server opcode handlers were both in the same array
2015-04-16 00:13:41 +02:00
Vincent-Michael
955abeb9e1
Core/ObjectMgr: Added npc_text error log for invalid result in table
2015-04-15 19:55:13 +02:00
Vincent-Michael
909a5ebf14
Core/PacketIO: Fix SMSG_QUERY_NPC_TEXT_RESPONSE structure
2015-04-15 19:34:44 +02:00
Daniel M. Weeks
f48b86fd8a
Add missing newline
2015-04-15 19:20:48 +02:00
Daniel M. Weeks
27923b8d8f
Remove unnecessary semicolons
2015-04-15 19:20:13 +02:00
Daniel M. Weeks
62ff887236
Fix documentation
2015-04-15 19:20:04 +02:00
Daniel M. Weeks
6484885600
Prevent collisions in GCC attribute definitions
2015-04-15 19:19:54 +02:00
Shauren
7b0c4792ce
Core: Warning fixes
2015-04-15 12:47:17 +02:00
Shauren
48578e10fb
Core/Items: Implemented ItemSpec.dbc
2015-04-15 00:36:03 +02:00
Carbenium
b273c5f1bf
Merge pull request #14508 from et65/6.x
...
Core/Guilds: Fix crash on kicking offline player of a guild.
2015-04-14 22:12:41 +02:00
Vincent-Michael
6a27d813ce
Core/PacketIO: Update SMSG_STAND_STATE_UPDATE for 6.1.2
2015-04-14 06:19:18 +02:00
DDuarte
86168ff142
Misc: SQL and small code changes for the 71 last cherry-picks
2015-04-14 01:03:57 +01:00
Duarte Duarte
b086339199
Merge pull request #14540 from tkrokli/npc_mootoo_the_younger
...
Fix $n bug in NPC text for quest 11664 Escaping the Mist
(cherry picked from commit c9e699961e )
2015-04-14 01:02:24 +01:00
Aokromes
2c6df09539
Merge pull request #14530 from Exodius/bloodmaul_brutes
...
Core/Scripts: Remove Bloodmaul Brutes script
(cherry picked from commit ca67cc8f6b )
2015-04-14 01:02:19 +01:00
click
1c5a193aba
Core: Follow codingstyle guidelines (CamelCase for functions, lowerCamel for vars and local stuff)
...
(cherry picked from commit adb39317fa )
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/game/Spells/SpellInfo.cpp
2015-04-14 01:02:16 +01:00
WishToDie
abb9e5dd29
Update LFGMgr.cpp
...
Core/LFGMgr: Fix crash in e743f4a479
(cherry picked from commit 08a62f19b8 )
2015-04-14 01:02:15 +01:00
click
0192a602d6
Core/Spells: Allow non-skill-based flying mounts to be used in designated areas.
...
- Flying mounts that are not in the "SKILL_MOUNT"-tree and area-restricted can now be used properly (ex. 64749 - Loaned Gryphon).
- Remove isKnowHowFlyIn()-function (useless and deprecated since this is handled properly in the spellsystem).
Massive thanks to rat for extremely good help and support on fixing this (most of this is his work).
(cherry picked from commit 0e3607df5b )
Core/Spells: Reinstate helperfunction removed in commit 0e3607d (with a new functionname to make more sense out of it), and adjust the remaining code slightly to accomodate that.
(cherry picked from commit 6c1e4bc20d )
2015-04-14 01:02:08 +01:00
click
1282db53e3
Core/Command: Sanitize input for .account set gmlevel <username> handling
...
(cherry picked from commit 79696e0871 )
Conflicts:
src/server/scripts/Commands/cs_account.cpp
2015-04-14 01:02:06 +01:00
Nick
1089306118
Core/Scripts: Remove The Thunderspike script
...
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
(cherry picked from commit 77eb89157b )
2015-04-14 01:02:04 +01:00
w1sht0l1v3
cec3f8f671
Core/LFGMgr: Fix the case where the last player left in a lfg group would be stuck in party when porting out of the instance.
...
If you find a better way or think this is wrong feel free to remove it or improve it.
(cherry picked from commit e743f4a479 )
2015-04-14 01:02:00 +01:00
Aokromes
6a1e2bcdad
Scripts/Kalimdor: Ashenvale - add missing enum
...
(cherry picked from commit 16481d17aa )
2015-04-14 01:01:57 +01:00
Rushor
d05cd1a6d7
Scripts/Kalimdor: Ashenvale - Remove Torek C++ Script
...
(cherry picked from commit f49a1b0f1f )
2015-04-14 01:01:56 +01:00
tkrokli
cfa0a32a1f
[Quest] Kodo Roundup
...
by @pete318, closes #12811
Fixes the remaining bugs in the "Kodo Roundup" quest in Desolace:
- removes combat status from creature 11627, Tamed Kodo
- sets normal walking speed as the creature's follow speed
- makes the Tamed Kodo stop at Scrabblescrew's Camp
- enables quest objective count 0/5 -> 5/5, quest complete
- SQL (by @tkrokli) links the missing gossip text in the DB
(cherry picked from commit 1c8486e1a8 )
2015-04-14 01:01:47 +01:00
jackpoz
b7eb415049
Core/Misc: Fix issues reported by static analysis
...
Coverity defect IDs: 1292769, 1292768, 1292765, 1292763, 1267939
(cherry picked from commit 2dc97e3f3d )
Conflicts:
src/server/game/DataStores/DBCStructure.h
src/server/scripts/Kalimdor/zone_bloodmyst_isle.cpp
2015-04-14 01:01:46 +01:00
jackpoz
5bfc59b69b
Core/Dungeon Finder: Add additional logs for SMSG_LFG_QUEUE_STATUS
...
Log the current LfgState of the target player when sending SMSG_LFG_QUEUE_STATUS packet.
(cherry picked from commit c38d4f57b3 )
2015-04-14 01:01:45 +01:00
Duarte Duarte
594c2d3d14
Merge pull request #14083 from Gooyeth/3.3.5_sample_satisfaction
...
Core/Spells: Fixed Sample satisfaction not entering combat
(cherry picked from commit 20bc2c51f6 )
2015-04-14 01:01:40 +01:00
click
95817e9f46
Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in commit 16179f8
...
(cherry picked from commit b804539f9b )
Conflicts:
src/server/scripts/Outland/zone_shadowmoon_valley.cpp
2015-04-14 01:01:39 +01:00
click
5b3726ade7
Core/Entities: Add player name and ID to GetXPrestBonus calculation-log
...
(cherry picked from commit 50bbfeebb9 )
2015-04-14 01:01:31 +01:00
jackpoz
1126ed97bb
Core/Dungeon Finder: Allow to execute "lfg" commands from console
...
(cherry picked from commit de1cbf716d )
2015-04-14 01:01:06 +01:00