aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-02Merge branch 'master' of github.com:TrinityCore/TrinityCoreShauren
2011-04-02Core/Vmaps: Made code more safe and fixed problems in ↵Lynx3d & Ambal
WmoLiquid::GetLiquidHeight()
2011-04-02Core/Battlegrounds: Typo fix from an older rev regarding memory leakShocker
2011-04-02SQL: move all SQL that is now included in the latest full DB to the "old" dir.Nay
2011-04-02DB/GameEvents: Change Nights to start at 9 PM (21:00) instead 2 AM. Thanks ↵Nay
Aokromes.
2011-04-02Core/Spells: Moved 71880 and 71892 under proper spell family caseShauren
2011-04-01SQL: Fix typo on last commit. Thanks EdwinDW.Nay
2011-04-01Merge branch 'master' of github.com:TrinityCore/TrinityCoreShauren
2011-04-01Revert part of "Core: Removed unused functions (leftovers from sd2, was ↵Shauren
needed when scripts were built as separate dll)", this part wasnt intended This reverts commit partly e1bacef346a859420be8c76129ebc568f04380d0.
2011-04-01DB/NPCs: Spawn creature 33233 on 25m Ulduar as well. Thanks kiper.Nay
2011-04-01Core: Removed unused functions (leftovers from sd2, was needed when scripts ↵Shauren
were built as separate dll)
2011-04-01Core/Packets: Fixed incorrect area lookup in HandleHearthAndResurrectShauren
2011-04-01Fix gender exploit.Anubisss
Now check that character has a valid gender (and not an invalid via packet modifications). This check works when trying to create a character or when building the character list. If gender is invalid (neither male nor female): can't create the character and can't see in the characters' list (and also can't login with it via packet modding). Signed-off-by: Anubisss <anubisss210@gmail.com>
2011-04-01Fix a login exploit.Anubisss
Make a list of GUIDs that purpose is which characters can login per account. This fixes an exploit that player can login (but shouldn't) with packet manipulation. Signed-off-by: Anubisss <anubisss210@gmail.com>
2011-03-31Core/Spells: Fixed Sigil of the Frozen Conscience affecting Icy Talons talentShauren
2011-03-29DB/NPCs: Re-import wrongly deleted equipment templateNay
2011-03-29Core/Loot: Don't report missing item loot for items dropping only moneyShauren
2011-03-29Commit: correct wrong column_nameZxBiohazardZx
2011-03-29DB/Spawns: Increase some mining pools to more reasonable valuesZxBiohazardZx
2011-03-29DB/Spawns: Northrend Rare-Elite Spawns, Pathings, Poolings and template updatesZxBiohazardZx
2011-03-28DB/Misc: Add some missing equipment templates;Malcrom
- Spawns for Netherwing Ledge
2011-03-28Scripts/Zalazane's Fall: Refactor some code to match coding standardsKaelima
2011-03-27DB/Achievements: Re-implement reward (mail) for Emblematic achievementNay
2011-03-27Scripts/Zalazane's Fall: Implement Zalazane's Fall game event.Nay & Kaelima
Note: Last quest/battle will be add soon
2011-03-28Core/Achievements: Load achievements before everything else, this prevents ↵VladimirMangos
criteria update calls during loading things which have already been awarded
2011-03-27SQL: Rename files; it should fix batch scripts to import SQL files behavior.Nay
New format: <year(4)>_<month(2)>_<day(2)>_<incremental(2)>_<db>_<table/content>.sql
2011-03-27SQL: Renamed file to match the standardsShauren
2011-03-27SQL: Added forgotten data in full sql files.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-03-27DB/Misc: Add partial support for Higher Learning achievementNay
- Spawned & pool'ed gobs (missing despawn script) - Add gossip to Archmage Vargoth
2011-03-27Core/AI: Some code style cleanupShauren
2011-03-27Core/SAI: Fixed another memory leakShauren
2011-03-27DB/Quests: Corrected requirements for "Once More Unto The Breach, Hero"Shauren
2011-03-27Core/SQL: Rename SQL-file from previous commit (21a2c56)click
2011-03-26Scripts/Eye of Eternity: Implemented script for Malygos encounter, please ↵Manuel
report any issue you find. Thanks for the help to Machiavelli and Shauren. Signed-off-by: Manuel <manue.l@live.com.ar>
2011-03-27Core/SQL: Fix naming of an old updatefile to reflect correct database relationclick
2011-03-26Merge branch 'master' of github.com:TrinityCore/TrinityCoreShauren
2011-03-26Core/SAI: Fixed memory leaks in targeting (lists were not being deleted)Shauren
2011-03-26DB/Quest: Set Class Requirements for: Once More Unto The Breach, Hero ↵ZxBiohazardZx
(13104/13105)
2011-03-26Core/Transports: Fixed NPCs on transport disappearing after grid unloadingShauren
2011-03-26DB/Items: fix Darkmoon Card: IllusionZxBiohazardZx
fixes #671
2011-03-26DB/Achievements: Corrected achievement_criteria_data startup errorsShauren
2011-03-26Scripts/Ulduar:Supabad
Some cleanup in Flame Leviathan script Add support for Shutout - Three Car Garage - Unbroken - Quick Shave Add reset to Razorscale controller on fight end
2011-03-26Core/Scripts: Reverted part of 00f343af52768802775a, that is not a typo and ↵Shauren
fixed the hook properly
2011-03-26Core/Cleanup: More typo fixes.gwrde & alexbolotsin
Closes #730, #667
2011-03-26Core/Misc: Fix StopCastingBindSight.Shocker
Closes #260
2011-03-26Core/Groups: Allow inviting members of opposite faction with GM mode on.Shocker
Closes #510
2011-03-26Core/Cleanup: Drop some unused code.laly
Closes #1010, #581, and #248
2011-03-25DB/Misc: Add waypoints to creature 1225. Convert a gossip_script (entry 29154)Malcrom
2011-03-25DB/Creatures: Fix some triggers and incorrect spawns.Malcrom
2011-03-25Scripts/Ulduar: Corrected array sizeShauren