This website requires JavaScript.
Explore
Help
Register
Sign In
araxiaonline
/
TrinityCore
Watch
3
Star
0
Fork
0
You've already forked TrinityCore
mirror of
https://github.com/araxiaonline/TrinityCore.git
synced
2026-06-19 06:29:50 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f8ffe0f1e381fc772dc4cd63247aea233bb16b0a
TrinityCore
/
src
/
server
/
shared
/
Database
/
Implementation
T
History
Nay
f8ffe0f1e3
Core/DB: Fix a typo in commit
72675d55d8
...
Closes
#4068
2011-11-25 15:41:06 +00:00
..
CharacterDatabase.cpp
Core/DB: Fix a typo in commit
72675d55d8
2011-11-25 15:41:06 +00:00
CharacterDatabase.h
Core/DBLayer: Use prepared statements in Player::SaveToDB. Also split the function up between an INSERT part (new character creation) and UPDATE part (existing character).
2011-11-25 15:14:00 +01:00
LoginDatabase.cpp
Core/DBLayer: Make database interaction after create character packet completely asynchronous. This is more performant and fixes a DoS loophole and possible data desynchronisation caused by spamming this packet.
2011-06-22 14:22:08 +02:00
LoginDatabase.h
Core/DBLayer: Make database interaction after create character packet completely asynchronous. This is more performant and fixes a DoS loophole and possible data desynchronisation caused by spamming this packet.
2011-06-22 14:22:08 +02:00
WorldDatabase.cpp
Add spaces after commas
2011-04-29 20:47:02 +02:00
WorldDatabase.h
Core/DBLayer: make use of return result of Connection::Open method and allow core to output all the errors in prepared statements instead of aborting on first error.
2011-04-07 15:30:38 +06:00