Commit Graph
100 Commits
Author SHA1 Message Date
Duarte Duarte f345ee04ee Merge pull request #14668 from ShinDarth/6.x
Restore C++ as main project language
2015-05-08 23:29:59 +01:00
Duarte Duarte 455ef1a64a Update .travis.yml
Change libmysqlclient15-dev to libmysqlclient-dev
2015-04-28 09:12:30 +01:00
DDuarte d16e835735 SQLs: Fix a typo in 2015_04_17_01_world_2015_04_04_02.sql 2015-04-18 00:36:05 +01:00
DDuarte 48b855a3b0 SQL: Rename SQL files recently pushed to fix import order 2015-04-17 22:04:30 +01:00
Duarte Duarte 1edf629f27 Merge pull request #14563 from Golrag/Sound
Core/PacketIO: SMSG_PLAY_SOUND
2015-04-17 10:47:40 +01: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 c9e699961e37678b4da5ed6a8b396d72d90af883)
2015-04-14 01:02:24 +01:00
DDuarte 15db3dcd7d DB/Misc: Fix startup errors
(cherry picked from commit 17a4cee54694599781c2dc7ed966e087f568bbe2)

Conflicts:
2015-04-14 01:02:20 +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 20bc2c51f668db245d6e360486ea8743c1887fac)
2015-04-14 01:01:40 +01:00
DDuarte 47eaed682f Core/Packets: Fix writing WorldPackets::Duel::DuelComplete 2015-04-02 22:46:21 +01:00
DDuarte 39078a9fd9 Core/Packets: Fix writing WorldPackets::Duel::DuelCountdown 2015-04-02 20:59:57 +01:00
DDuarte 7c776ddadf Core/Packets: Fix writing WorldPackets::Duel::DuelRequested 2015-04-02 18:58:35 +01:00
Duarte Duarte 06b75d8fa7 Merge pull request #14486 from Gigi1237/MailPacket
Core/PacketIO: Enabled and updated Mail
2015-04-02 16:28:03 +01:00
Duarte Duarte 358b063d17 Merge pull request #14426 from tkrokli/SetQuestSlotState
[Core/Quest] Update quest Objective status Client side
(cherry picked from commit 965ed68470431e6ee889a154e1ec73d28b461a25)

Conflicts:
	src/server/game/Entities/Player/Player.cpp
2015-03-22 22:15:47 +00:00
Nayd 1b5fd6f746 Temporarily create /sql/updates/hotfixes dir so Travis build does not fail 2015-03-22 20:11:26 +00:00
Duarte Duarte 6a2e073d9f Merge pull request #14410 from Luzifix/opcode-openitem2
Core/PacketIO: OpenItem for 6.1
2015-03-21 22:49:07 +00:00
Nayd c6433e21fb Update .travis.yml 2015-03-21 17:20:29 +00:00
Nayd 5be0cf7120 TDB 6.0.1 - 2015/03/21
Closes #13816
Closes #13792

Ref #14139
2015-03-21 17:09:25 +00:00
Nayd 1f7f9feafc Core/Config: Disable automatic DB Updates by default 2015-03-21 15:41:17 +00:00
Duarte Duarte b2746dd19c Merge pull request #14415 from Zedron/6.x
Core/PacketIO: Fixed teleporting between maps
2015-03-20 19:14:57 +00:00
Duarte Duarte f024287521 Merge pull request #14403 from Luzifix/opcode-banksystem
Core/PacketIO: Banksystem
2015-03-19 21:14:55 +00:00
Nayd a4b5b41a9b Core/LFGMgr: Fix compiler error 2015-03-18 00:53:39 +00:00
Nayd 3eaace1508 Dep/CppFormat: Fix cmake error when using GCC 2015-03-18 00:47:19 +00:00
Duarte Duarte ec640e3840 Merge pull request #14370 from Kittnz/realm_achievement
Core/Condition: Realm Achievement condition
(cherry picked from commit 769acfbd02a04c114956758bcd626a740aa76c2a)
2015-03-18 00:36:17 +00:00
Duarte Duarte c4499cf35d Merge pull request #14386 from Gigi1237/SpeedAck
Core/PacketIO: Updated and enabled _SPEED_CHANGE_ACK
2015-03-17 12:42:14 +00:00
Duarte Duarte 430b433d59 Merge pull request #14391 from Luzifix/opcode-3
Core/PacketIO: update & enable CMSG_QUESTGIVER_HELLO
2015-03-16 18:58:04 +00:00
Duarte Duarte bb1f61bb1f Merge pull request #14377 from DJScias/opcodes4
Core/Packets: update and enable SMSG_SUPPRESS_NPC_GREETINGS
2015-03-15 13:16:46 +00:00
Duarte Duarte e1129d0877 Merge pull request #14372 from DJScias/opcodes2
Core/Packets: update CMSG_QUESTLOG_REMOVE_QUEST and enabled some quest o...
2015-03-15 13:16:23 +00:00
Duarte Duarte 70364a6b0c Merge pull request #14368 from DJScias/opcodes
Core/Packets: updated and enabled CMSG_QUESTGIVER_ACCEPT_QUEST
2015-03-14 21:43:44 +00:00
Duarte Duarte 1ab186070f Merge pull request #14352 from Luzifix/opcode-2
Core/PacketIO: updated and enabled CMSG_SET_TITLE
2015-03-14 21:43:28 +00:00
Duarte Duarte 50be8a4f01 Merge pull request #14342 from DJScias/opcodes_emotes
Core/Packets: update & enable CMSG_RANDOM_ROLL, SMSG_RANDOM_ROLL, CMSG_E...
2015-03-12 23:45:01 +00:00
Duarte Duarte ba2d06a71b Merge pull request #14333 from Naios/static1
Core/Log: Fix some issues detected by static analysis.
2015-03-12 23:43:22 +00:00
Duarte Duarte 1fd3d03bec Merge pull request #14320 from DJScias/opcodes
Core/PacketIO: enable CMSG_DESTROY_ITEM, CMSG_INSPECT, SMSG_INSPECT_RESU...
2015-03-09 23:44:50 +00:00
Duarte Duarte 337bb8cb67 Merge pull request #14319 from DJScias/opcodes2
Core/Packets: update & enabled CMSG_SHOWING_CLOAK, CMSG_SHOWING_HELM
2015-03-09 22:20:58 +00:00
Duarte Duarte e6e5c2b501 Merge pull request #14309 from Luzifix/opcode-1
Core/PacketIO: Update Vendor Opcode to  6.1.0
2015-03-08 01:50:57 +00:00
Duarte Duarte 38ba7ab08e Merge pull request #14306 from DJScias/6.x
Core/PacketIO: Update more opcodes for 6.1.0 (3 commits in total)
2015-03-07 17:53:25 +00:00
Duarte Duarte 9a4116796f Merge pull request #14297 from Luzifix/6.x
Core/PacketIO: Update CMSG_REORDER_CHARACTERS for 6.1
2015-03-07 00:08:39 +00:00
Duarte Duarte ff2cbbdbd7 Merge pull request #14291 from DJScias/6.x
Core/PacketIO: Update some opcodes for 6.1.0
2015-03-04 14:57:58 +00:00
Duarte Duarte 8a2f8df8ce Merge pull request #14236 from Golrag/Notification1
Core/Packets: SMSG_NOTIFICATION
2015-02-23 21:47:37 +00:00
Duarte Duarte d512512e0f Merge pull request #14234 from Golrag/Exploration
Core/Packets: SMSG_EXPLORATION_EXPERIENCE
2015-02-23 17:09:38 +00:00
Duarte Duarte 850b8ea8ed Core/Packets: Fix a typo in WriteCreateObjectSplineDataBlock 2015-02-22 16:13:41 +00:00
Duarte Duarte 33535f7a1d Merge pull request #14226 from Golrag/MirrorTimer
Core/Packets: SMSG_START_MIRROR_TIMER & SMSG_STOP_MIRROR_TIMER & SMSG_PAUSE_MIRROR_TIMER
2015-02-22 14:50:41 +00:00
Duarte Duarte b7052d2ed7 Merge pull request #14103 from Epicurus4/6.x
Added a player searcher
2015-02-22 05:49:39 +00:00
Duarte Duarte 8ff752afa0 Merge pull request #14167 from Golrag/WorldStates
Core/Opcodes: SMSG_INIT_WORLD_STATES
2015-02-22 05:48:13 +00:00
Duarte Duarte 3695ba18aa Core/Packets: Re-order DEFINE_SERVER_OPCODE_HANDLER calls and remove a duplicated one 2015-02-22 05:41:41 +00:00
Duarte Duarte abfeb89094 Dep/CascLib: Update to https://github.com/ladislav-zezula/CascLib/commit/4235e5f2033e2de709c83034503d49e532d03630 2015-02-22 05:38:27 +00:00
Duarte Duarte fc847f48c8 Contrib: Update merge_updates batch files with hotfixes db 2015-02-19 00:09:19 +00:00
Duarte Duarte 7829412416 Core/Packets: Fix a duplicated opcode 2015-02-16 22:16:37 +00:00
Duarte Duarte 7413fa7efc Typo fix (f3a19f7d62) 2015-02-16 20:47:26 +00:00
Duarte Duarte f3a19f7d62 Core/Packets: More opcodes from WPP
(https://github.com/TrinityCore/WowPacketParser/commit/f6f590370c206734684b17904d5e6083c25e8528)
2015-02-16 20:43:18 +00:00
Duarte Duarte 17361275c5 Core/Packets: Update multiple opcode names and values (sync with WPP) 2015-02-16 17:47:30 +00:00
Duarte Duarte 709275eecb Core/Spells: Fix a float division issue in EffectLeapBack
Ref Coverity CID 1227511
2015-02-15 15:01:36 +00:00
Duarte Duarte e68ca82d4d Core/Server: Catch exceptions in int main()
The exceptions is rethrown on debug mode.

Ref Coverity CID 1010213, 1022574, 1227501, 1227502,
1227503, 1227504, 1227505, 1254536 and 1254612
2015-02-15 14:56:12 +00:00
Duarte Duarte ad53be7081 Core/Guild: Fix crash on guild creation
Closes #14140
2015-02-15 02:40:00 +00:00
Duarte Duarte 6672642ee6 Merge pull request #14150 from Golrag/CombatPackets1
Core/Opcodes:
2015-02-14 19:00:46 +00:00
Duarte Duarte 2b60b7e07d Core/Packets: Re-add handlers removed by mistake in bc0c0ae 2015-02-13 19:26:35 +00:00
Duarte Duarte 71f3642bdc Rename SQLs added in commit bc0c0ae 2015-02-13 18:56:44 +00:00
Duarte Duarte f68473aeff Core/Packets: Fix and enable CMSG_BUY_ITEM, SMSG_BUY_FAILED and SMSG_BUY_SUCCEEDED
Closes #14127
2015-02-13 00:45:39 +00:00
Duarte Duarte c29aebfc2c Core/Spells: Refactor code changed in 8c49d204c3 2015-02-12 22:08:17 +00:00
Duarte Duarte 8c49d204c3 Core/Packets: Write targets (hit & miss) to SMSG_SPELL_GO
Fixes most spell visuals.

Also write explicit basic types in SpellPackets (cosmetic)
2015-02-12 20:02:37 +00:00
Duarte Duarte 97e62c0ea5 Core/Packets: Update and enable CMSG_GOSSIP_SELECT_OPTION, SMSG_BINDER_CONFIRM, SMSG_GOSSIP_COMPLETE and SMSG_PLAYER_BOUND
Fixes #14115
2015-02-12 04:23:19 +00:00
Duarte Duarte 20aa605485 Core/Packets: Update and enable CMSG_USE_ITEM
Ref #14115
2015-02-12 02:37:42 +00:00
Duarte Duarte 6678635cc7 Core/Packets: Update and enable SMSG_COOLDOWN_EVENT
Fix build.
2015-02-11 23:09:56 +00:00
Duarte Duarte cbfe638fa5 DB/Auth: Remove auto_increment value from auth_database.sql 2015-02-11 22:54:06 +00:00
Duarte Duarte f4b74f8f1f Merge pull request #14106 from Noeliel/3.3.5
Scripts/ScarletEnclave: Add missing WorldObject parameter for Talk() ove...
(cherry picked from commit f961c06612540bcdfd4871cb1c1ae60654f1ddb0)
2015-02-11 20:39:49 +00:00
Duarte Duarte 102d03b025 Merge pull request #13963 from tkrokli/3.3.5
Fix Cooldown for Raise Dead (Ghoul)
(cherry picked from commit 1d627ca1ea2e5bc15907ab9b81bf3f03f9effb36)
2015-02-11 20:39:09 +00:00
Duarte Duarte 06c7de4178 Merge pull request #14098 from ariel-/arenacd
Arena Spells Reset Cooldown micro correction
(cherry picked from commit a3bc75b7b96913eae3343bfde0390cf921748011)
2015-02-11 18:41:20 +00:00
Nayd 49e8381a90 Tabs to spaces and whitespace cleanup 2015-02-11 16:47:23 +00:00
Duarte Duarte a4d03a5ed1 Merge pull request #14099 from flippy84/fixes
Stat fixes
2015-02-11 16:44:06 +00:00
Duarte Duarte 7257c81b16 Merge pull request #14097 from flippy84/hp_fix
Fix health calculation.
2015-02-11 15:32:23 +00:00
Duarte Duarte 9d25e8970b Merge pull request #14025 from Carbenium/mail-1
Core/Packets: Implement all mail system relevant packets
2015-02-07 13:59:31 +00:00
Duarte Duarte 7148d1d86f Merge pull request #14010 from ProjectcoreDevs/6.x
Core/Structure for CMSG_SET_ACTIONBAR_TOGGLES and activate SMSG_MOVE_SET...
2015-02-04 20:50:29 +00:00
Nayd 74f577e444 Core/Packets: Typo fixes and cleanup of 0f84c7c7b106fffa33e3c114858218f89e634da4 2015-02-04 20:48:14 +00:00
Nayd 5398e482e3 DB/World: Remove a partial duplicated SQL (ba906b69e0) 2015-02-04 20:48:13 +00:00
Nayd 19a09c2763 Fix build
(cherry picked from commit c66bd709f1c58303aca39b8f43ac57379079882d)
2015-02-04 19:44:56 +00:00
Duarte Duarte 72fe4890b6 Merge pull request #14015 from Carbenium/ticket-1
Core/Packets: Update CMSG_GM_TICKET_SYSTEM_STATUS and SMSG_GM_TICKET_SYS...
2015-02-03 00:50:54 +00:00
Nayd 68d026709b Scripts: Remove scripts that were replaced by SAI in ba906b69e0 2015-02-02 04:03:59 +00:00
Nayd ba906b69e0 DB/World: Add multiple SQLs from 3.3.5 branch (last ~3 months)
Multiple authors (most by @DRJ)

42f1a0b DB/Creature: Toc binding must start at Icehowl not at Gormok
cc00321 DB/Creature: Fix some startup errors
747e72f DB/Creature: Icecrown/Wrathgate - 1
4d2c35e DB/Creature: Fix for Bleeding Hallow Dark Shaman without waypoint data
b7bacea DB/Creature: Hellfire Peninsula - Waypoints - 5
d443a76 DB/Misc: Fix Mog dorg the Wizened quest linking issues
286fab5 + 561fc77 DB/Item: Bubbling Brightbrew Charm
20af358 DB/Creature: Spawns and waypoints on Storm Peaks
65364af DB/Creature: Add 4 missing spawns
e583777 DB/Waypoint: Edrick Killian & Mattie Alred
92d42e3 DB/Creature: Deathbound Ward
5719fe9 DB/Creature: Hellfire Peninsula - Waypoints - 2
495c64b DB/Creature: Hellfire Peninsula - Waypoints - 4
60f4c7d DB/Creature: Hellfire Peninsula - Waypoints - 3
3747f99 DB/Spells: Bizuri's Totem of Shattered Ice / Idol of the Crying Moon
7523d60 DB/Quest: Heart of Hakkar
2dc0ffe DB/Creature: Dalaran Citizen and Great Hexer Ohodo
161d688 DB/Gossip: some missing gossip menu ids, menus and menu options)
cbb1f7c DB/Creature: Fix Lesser Nether Drake unit_flags
c385e53 DB/SAI: Ulduar Scripts
46828c4 DB/Creature: Archmage Pentarus Flying Machine
9feabd1 DB/Creature: Ruul the Darkener
6627a44 DB/Quest: Post-Partum Aggression
1175ba7 DB/Spell: Fix Venomhide Poison staking with spell power
a455b47 DB/Misc: Misc fixes
c136e4c DB/Misc: Missing spell targets/conditions
4265f7e DB/Gameobject: Update Archivum Console Scripts (Ulduar)
2c0b3de DB/Quest: Swift Discipline
bf0a546 DB/Misc: Wrathgate Again
598908b DB/Misc: Wrathgate Stuff
4bc96bf DB/Quest: Prisoners of the Grimtotems
e79521d DB/Quest: The Flesh Giant Champion
153be1a DB/Quest: Stinky's Escape
bef81c9 DB/Quest: What the Soul sees
068999f DB/Event: Perry Gatner
b8560bc DB/Misc: More Perry Gatner Texts
2f56fdb DB/Misc: Kill warnings
13f205a DB/Misc: Cosmetic Fixes
463aeb6 DB/Misc: Traveler's Tundra Mammoth
e536922 DB/Misc: Updates
a209e53 DB/Quest: Further Conversations
c734743 DB/Misc: Various Updates
4387bc3 DB/Creature: Vacillating Voidcaller
fff2aff DB/Creature: Harbinger of the Raven
fe31f10 DB/Achievement: Pilgrim's Peril
5e5b8e2 DB/Quest: We Strike!
0411157 DB/Creature: Fix Void Conduit InhabitType
84d1ac2 DB/Achievement: Now We're Cookin
a5c90b4 DB/Conditions: Gossip conditions for AT Valiants and Champions.
b1ab1bb DB/Creature: Misc updates for AT Valiants and Champions.
5a30c00 DB/Creature: Fix class of Water Terror
3236f16 DB/Creature: Fix Wyrmrest Skytalon class
b604292 DB/Misc: Getry (Again)
e60656e DB/Quest: Changes to script for Foolish Endeavors
ef6772b DB/Misc: Misc fixes 2
92ddfd3 DB/Quest: Misc Fixes
3b1acea DB/Misc: Deviate Ravager
dd87d74 DB/Misc: Fix typo in .titles current helptext
1dba02c DB/Misc: Fix typo
75decfc DB/SAI: Fix 3 startup errors
6f58467 DB/Misc: Quest linking
849e7a6 DB/Quest: Of keys and cages
898ecf7 DB/Misc: Misc Fixes
5e95a0f DB/Quest: Flight of the Wintergarde Defender
251a347 DB/Quest: Blending In
0527800 DB/Quest: Sniffing Out the Perpetrator (Alliance)
502a7e6 DB/Spells: Cleaned playercreateinfo_spell_custom table and added WoTLK class spells only
971f486 DB/Quest: All Hail Roanauk!
ff18a6e DB/Quest: Return of the High Chief
3e4b83b DB/Misc: Rescue from Town Square
11e192c DB/SAI: Clear param2 for Remove Aura
dd1e9ec DB/Misc: Put right fieldnae in delete clause which was causing error on apply
d0ae507 DB/Misc: Eye of Dominion gossip conditions
0872174 DB/Misc: Lithe Stalker Quests
820e3eb DB/Quest: A Undead's Best Friend / Eidolan Watcher
141cf75 DB/Quest: The Vile Hold
5dd9901 DB/Quest: New Recruit
aac03a8 DB/Item: Northrend Mystery Gem Pouch (3.3.5)
499cf73 DB/Misc: Fix 2 startup errors
39b7ab2 DB/Pathing: Mattie Alred
5085375 DB/Quest: Sniffing Out the Perpetrator (Horde Only)
d680e82 DB/Misc: Hellfire Peninsula Pathing
8274cae DB/Creature: Fix 2 startup errors
ee623a4 DB/Gameobject: Everfrost Chip
a5d6f1d DB/Misc: Commoner Texts
b70b4c5 DB/Misc: Fleeing Soldiers
6ad8f4b DB/Misc: Winterveil
fb1b7f6 DB/Misc: Lights Vengence
97d415d DB/Misc: Additions to fb1b7f6
e0d1070 DB/Misc: The Sacred and the Corrupt Turn in event
4874c9f DB/Misc: Tabard Vendors
4a6d169 DB/Misc: Lights Vengeance (Again)

(typo fixes and misc. commits not listed but were also included)

Ref #13792
2015-02-02 04:02:42 +00:00
Nayd 9d1e64159f (1) Scripts/Spells: Death Grip should not be castable while jumping/falling and should have 8-30 yards range in PvP instead of 0-30 yards
Closes #13499

(cherry picked from commit e8955cf6ddddd6953340c2ceeb3b5b4a98d57c90)

Conflicts:
	sql/updates/world/2014_12_28_01_world.sql

(2) Scripts/Spells: Adding overrides Death Grip Initial.

Thanks @Goatform
(cherry picked from commit bb002803bc0cd0283db0873e9a12db43a82ca30b)

(3) Scripts/Spells: Move death grip from DB

Moves death grip from DB to spellscript for clarity and to reduce confusion in future.

(cherry picked from commit 77887ab32ff4d703dbc618b5cab364f02582c5e7)

Conflicts:
	sql/updates/world/2014_12_28_03_world.sql
2015-02-02 02:06:48 +00:00
Nayd 86f7f47b58 Core/Build: Use std namespace in getline calls 2015-02-02 01:57:27 +00:00
Duarte Duarte 229111c92c Merge pull request #13961 from GreenBagels/WoD-stat-update
Changed Attack Power / DPS from 14 AP/DPS to 3.5 AP/DPS
2015-01-31 20:05:51 +00:00
Duarte Duarte 26e016aacb Merge pull request #13973 from Unholychick/6.x
Spells/Scripts: Some small fixes to spell_dk.cpp
2015-01-31 20:05:25 +00:00
Nayd a93c40143f Core/Packets: Update and enable SMSG_ATTACKSWING_ERROR and SMSG_CANCEL_COMBAT
Removed old SMSG_ATTACKSWING_NOTINRANGE, SMSG_ATTACKSWING_DEADTARGET, SMSG_ATTACKSWING_CANT_ATTACK and SMSG_ATTACKSWING_BADFACING
2015-01-28 22:26:47 +00:00
Nayd 802725817b Core/Packets: Update and enable CMSG_STAND_STATE_CHANGE and SMSG_STAND_STATE_UPDATE 2015-01-28 19:29:31 +00:00
Nayd 7dc90b4efd Rollback unintended change to 2014_12_25_00_hotfixes_locale_broadcast_text.sql 2015-01-28 13:59:56 +00:00
Nayd 6f7d048765 Core/Packets: Update and enable SMSG_WEATHER 2015-01-28 13:58:40 +00:00
Nayd 0f0fcf198e DB/Schema: Update characters database
- Change multiple table's chartset from latin1 to utf8
- Add primary keys to tables that didn't have one
- Replaced one unique constraint by primary key
2015-01-27 22:43:45 +00:00
Duarte Duarte e5fd47c3ef Merge pull request #13968 from Gooyeth/6.x.stuck
Core/Spells: Stuck effect correction (6.0.3)
2015-01-27 21:03:04 +00:00
Duarte Duarte b9e435631d Merge pull request #13907 from Aaron126/diminishing_returns
Core/Spells: Update DR's for WoD
2015-01-26 20:27:53 +00:00
Nayd ddda0e7a55 Fix typo in CMakeLists.txt
(cherry picked from commit 2ed0af7d752bf0e0686fe7fde04453685831de33)
2015-01-25 15:27:03 +00:00
Nayd a87442be68 Tools: Remove mesh_extractor
mesh_extractor is not ready for production and it will be developed
in a different branch
2015-01-25 15:19:11 +00:00
Nayd 98034cc5ab Revert changes to 2014_10_19_05_hotfixes_broadcast_text.sql in previous commit (08a98c6237)
Be right back, filling a bug report to Notepad++ for corrupting files
2015-01-19 00:32:49 +00:00
Nayd 08a98c6237 Line ending fix, sorry. 2015-01-19 00:07:10 +00:00
Duarte Duarte 1406536a2c Merge pull request #13763 from et65/6.x
Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some locales.
2015-01-16 13:47:39 +00:00
Duarte Duarte 38d83f8f5f Merge pull request #13913 from Mogadischu/corpse
Core/PacketIO: Updated corpse related packet structures
2015-01-15 16:34:17 +00:00
Nayd f9088da715 Core/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask
Closes #13892
2015-01-13 01:12:53 +00:00
Duarte Duarte d874bf0c74 Update README.md
Add labels for how long in average it takes for an issue or PR to be merged.

http://www.issuestats.com/github/TrinityCore/TrinityCore
2015-01-12 19:10:40 +00:00
Nayd 31e3dc2e75 Dep/CascLib: Update to https://github.com/ladislav-zezula/CascLib/commit/5d3789af3435534c288c2145e158d422651c7fe1
Closes #13866
2015-01-11 23:02:19 +00:00
Duarte Duarte 8bbd9133d5 Tools/ConnectionPatcher: Fix a typo when checking if moduleName dir exists
Thanks to @ChipLeo
Ref #13866
2015-01-11 22:00:55 +00:00
Nayd a7b4922528 DB/Schema: Boost stats in player_levelstats from tinyint to smallint
Needed to accommodate base stats higher than 255

Ref #13823
2015-01-11 19:35:24 +00:00