aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-01DB/Conditions: Capture Jormungar Spawn can only be used in Ice Heart CavernNay
Fix by Discover and Havenard Closes #2452 Also fix a typo in a previous commit
2012-04-01Core: Tell ScriptMgr to reload properly on .reload - thanks to codels for ↵click
the patch
2012-04-01DB/SAI: Fix quest Falcon Versus HawkOdyssey
Closes #2127
2012-04-01DB/NPC: Mana Beast shouldn't reward XPDiscover-
Closes #1887
2012-04-01DB/Conditions: Imbued Scourge Shroud should only be used in City area ↵Svannon
(conditions) Closes #1527
2012-04-01Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-04-01SQL/Spells: Missing SQL from previous commitSubv
2012-04-01DB/NPC: Fix trainers added in 1bc99cd5af348c578a8cNay
2012-04-01Core/Commands: Allow combatstop command to be used from console with the ↵Subv
player name as parameter Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-01Core/Spells: Fixed SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT on several ↵Subv
types of spell effects closes #5961 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-01DB/Spawns: Fix previous commit (512aa8897bf30bbb8)Nay
2012-04-01Database/Spawns: Spawn some missing creatures.Discover-
Closes #5974
2012-04-01Merge pull request #5975 from GyxTom/masterDiscover-
Core/Script: Code style and some rewriting.
2012-04-01Core/Script: Code style and some rewriting.Gyx
MoveInLineOfSight(Unit* unit) -> MoveInLineOfSight(Unit* who) Signed-off-by: Gyx <2359980687@qq.com>
2012-04-01DB/Auth: Increase realmlist.address size to 64 (varchar)Nay
You might want to verify if the previous size did not truncate your address (it was 15)
2012-04-01Core/DBLayer: Fix another wrong type in mail related codeNay
2012-03-31Core: Send SSL and ACE version in all logging detailmodes, not just when set ↵click
in the config
2012-03-31Merge pull request #5964 from GyxTom/masterShocker
Core/Misc: Code style and some rewriting
2012-03-31DB/Loot: Antechamber of Ulduar reworkedZxBiohazardZx
2012-03-31Core/DBLayer: More type fixesNay
2012-03-31Core/Config: Add SQLDriverQueryLogging to authserver.conf (disabled by ↵Nay
default, just like worldserver)
2012-03-31Core/DBLayer: Delete a triplicated prepared statement (LoginDatabase)Nay
Thanks to Anubiss for spotting it
2012-03-31Core/Logging: Fix a typo in DebugLogFilters - Database & AINay
Thanks to Garthog for finding it
2012-03-31Core/DBLayer: Added missing prepared statement implementation for uint8/16Shauren
2012-03-31Core/Script: Code style and some rewriting.Gyx
JustDied(Unit* Killer) -> JustDied(Unit* killer) JustDied(Unit* /*Killer*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*unit*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*slayer*/)) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*victim*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* victim) -> JustDied(Unit* killer) JustDied(Unit* /*who*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* who) -> JustDied(Unit* killer) JustDied(Unit*) -> JustDied(Unit* /*killer*/) Signed-off-by: Gyx <2359980687@qq.com>
2012-03-31DB/Quest: Add SAI-script for quests - thanks to Unholy and Redsonja for ↵click
recreating the SQL. Closes #1448, #3812, #4312, #385.
2012-03-30Merge pull request #5649 from Elron103/pull-requests2click
Core/Movement: Fix random position finding near edges, avoid big z-coordinate differences
2012-03-30Merge pull request #5933 from GyxTom/masterShocker
Core/Misc: Code style and remove unused define
2012-03-30Merge pull request #5903 from Warpten/ringOfValorShocker
Core/Battlegrounds: Fire lines in Ring of Valor should only be lit when the arena battle begins
2012-03-30Core/Script: Code style(Missing?).Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-29Core/DBLayer: More prepared statement correctionsShauren
2012-03-29Core/DBLayer: More type fixesShauren
Closes #5936
2012-03-29Core/DBLayer: more type fixesKandera
2012-03-29Core/DBLayer: More types fixesleak
2012-03-29Core/DBLayer: Fix stupid mishap from last commit (i need glasses) - thanks ↵click
nayd for poking me about it
2012-03-29Core/DBlayer: ... and some more COUNT()-based type-fixing ...click
2012-03-29Core/DBLayer: Even more types fixes...Nay
2012-03-29Core/Group: Fix LoadGroupFromDB type-errorclick
2012-03-29Core/Guild: Fix guildbank tab loading after recent changes (returned value ↵click
of a COUNT() is always BIGINT)
2012-03-29Core/DBLayer: Fixed some crashes caused by incorrect prepared statements usageShauren
Closes #5934
2012-03-29Core/Script: Code style.Gyx
WaypointReached(uint32 i) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 uiPointId) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*point*/) -> WaypointReached(uint32 /*waypointId*/) WaypointReached(uint32 uiI) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*i*/) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 uiWPointId) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*wp*/) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*point*/) -> WaypointReached(uint32 waypointId) Signed-off-by: Gyx <2359980687@qq.com>
2012-03-29Core/Misc: Code style and remove unused define.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-28Merge pull request #5932 from GyxTom/masterDiscover-
Core/Game: Code style.
2012-03-29Core/Game: Code style.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-29Core: Fix a minor mistake from previous mistake and adjust some more field-typesclick
2012-03-29Core: Fix type-mismatch in GameEventMgrclick
2012-03-29Core: Fix some type-errors in the Petitionshandler. Fixes #5916.click
Also fixes charterhandling for arenateams, mentioned in #5907.
2012-03-29Core: Fix fieldtype-errors in Guild-code - should now allow loading ↵click
guildtabs etc correctly
2012-03-29Core: Adjust fieldtype size for loading completed achievementsclick
2012-03-29Core/Warden: Fix a startupcrash with warden enabled (another fieldtype-error)click