aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/characters
AgeCommit message (Collapse)Author
2012-01-07Merge branch 'master' into 4.xNay
Conflicts: src/server/game/Achievements/AchievementMgr.cpp src/server/game/Achievements/AchievementMgr.h src/server/game/Entities/Corpse/Corpse.cpp src/server/game/Entities/Unit/Unit.cpp src/server/game/Quests/QuestDef.cpp src/server/shared/Database/Implementation/CharacterDatabase.cpp src/server/shared/Database/Implementation/CharacterDatabase.h
2012-01-04SQL: Correct SQL naming/locations for recent pullShocker
2011-11-26Core/Misc: Fix compile and char creationkaelima
- Added very basic honor/conquest support, no idea if its works even a little since there's no possibility of testing yet
2011-11-25Core/Misc:kaelima
Clearing compile errors since UpdateFields were changed: - Completely remove ammo (Cataclysm change) - Revert some changes with power/maxpower and only store the 5 needed powers in db (the rest is useless) - Remove GuildId from corpse - Move PLAYER_GUILDID to character db (removed updatefield) Note: Compile is still not working as we need to change currency handling
2011-11-25Core/Mechanics:kaelima
- Add basic support for focus used by players (hunters) - Drop all support for pet happieness (as it has been completely removed) - Add new fields to characters db to store new power values (Should now be able to create characters again)
2011-10-29TDB 335.11.43TDB335.11.43Nay
Move SQL updates to the directory old.
2011-10-09Scripts/ICC: Fix Shadow PrisonHavenard
Fix Shadow Prison implementation, the control aura should not be cast on players. Fix Shadow Prison aura remaining on players if they leave the instance during the encounter, causing them to kill all nearby moving enemies including inside battlegrounds.
2011-09-28Core/Achievements: Fix gender-specific Matron/Patron title reward.Machiavelli
Closes #1406
2011-09-05Core/Quests: Implement quests that require PlayerSlain. Closes #169Nay
2011-08-27DB: Move SQL updates to old directory. Uploaded full DB 42.Nay
2011-08-03Core/Refer-a-Friend: Finish base work for Refer-a-Friend.Silinoron
Any testing would be very much appreciated.
2011-06-17DB: TrinityDB revision 41: move SQL updates to the old directoryNay
2011-05-31Core/Players: Pet talents can be reset at a pet trainer for free, original ↵tobmaps
idea by rsa
2011-05-29DB/Schema: Add index to characters.character_pet.slot. Prevents deadlocks ↵Machiavelli
when operating on this table.
2011-05-29Fix optional cleanup query from f8bd56armano2
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-05-29DB/Schema: Correct use of indexes on mail_items table. Prevents deadlocks in ↵Machiavelli
operations on this table.