Shauren
fb43a92cc2
Core/Accounts: sessionkey field in account table is only a temporary storage to pass data from authserver to worldserver and should only be used as such. Clearing sessionkey from database after a successful login to prevent possible exploits.
2013-02-07 16:15:23 +01:00
Nay
2a69143cec
DB/Characters: Update sql/base/characters_database.sql
2013-02-04 16:22:43 +00:00
Nay
735419965c
DB/Auth: Update sql/base/auth_database.sql
2013-02-04 16:08:45 +00:00
Aokromes
6d8a69d640
Merge pull request #9099 from Bezo/mutenew
...
Add Mute reason and mute by to the db so you can get this info from the ...
2013-02-04 06:55:26 -08:00
Emo
2ffeaec443
DB/Auth: Fix typo in sql/base/auth_database.sql
...
ERROR 1136 (21S01) at line 216: Column count doesn't match value count at row 1
2013-01-30 14:51:40 +01:00
Bezo
760d62e934
Add Mute reason and mute by to the db so you can get this info from the db with the pinfo command when player get muted.
...
old LOGIN_UPD_MUTE_TIME change to LOGIN_UPD_MUTE_TIME_LOGIN due the use of it when character login to world.
2013-01-30 13:09:41 +02:00
Shauren
6e80357f8e
Core/Authserver: Added possibility to allow realm connections both from "world" and local networks.
2013-01-27 17:33:01 +01:00
MrSmite
04f08d26a7
Implements saving of loot (items / money) contained inside lootable inventory items.
...
* Unlooted items / money persist across player sessions
* Loot inside items is tied to the item rather than the player so if trading
partially looted items becomes possible, this implementation will still work
* New tables added:
characters_database.sql (first time users)
characters_create_item_loot.sql (existing users)
Implementation Can be tested with:
Watertight Trunk [21113]
Bulging Sack of Gems [25422]
Fat Sack of Coins [11937]
Closes #2048
2012-12-15 00:06:32 -05:00
Vincent-Michael
d1b09205a2
SQL: Update characters_database.sql
2012-12-04 09:40:35 +01:00
horn
771aafc499
Core/Calendar: Completely rewrite and fix most of the calendar system
...
There are still some issues that need to be fixed, for more info see CalendarHandler.cpp TODO part.
Some unblizzlike behaviour possible, we don't have a lot of sniffs.
Big thanks to @Warpten, he joined my project and helped a lot.
IMPORTANT NOTE: Read / append packed time functions in ByteBuffer.h are not correct, they need to be fixed in order to have event times accurate
Signed-off-by: Nay <dnpd.dd@gmail.com >
2012-11-18 22:42:28 +00:00
Spp
7bd86b6b83
Update characters_database.sql (Missing changes from 58ec4e5319)
2012-11-07 09:49:31 +01:00
kaelima
6abc6253a6
DB: Add gm_tickets changes to base character db
2012-10-17 02:56:07 +02:00
tibbi
c0e0f1d89b
allow glyph1 be null like other glyph slots
2012-10-09 16:58:29 +01:00
Nay
b03b112327
SQL: Update characters_database.sql
2012-09-08 15:28:00 +01:00
Nay
a55f00a2ad
Update sql/base/auth_database.sql
2012-08-12 04:20:58 +02:00
Shauren
f8cd39b2ed
Core/Players: Improved alcohol handling, weeeeeeeeeeeeeeeee
...
Closes #7293
2012-08-07 17:45:10 +02:00
NNN666
e757ebf6ba
Core/Player: Fix issues with 'ignore this slot' option on equipment manager usage
2012-07-13 16:27:11 +02:00
Shauren
73e6eedce8
And missing full sql changes
2012-06-07 23:25:33 +02:00
Nay
2d0e5e2e0c
Core/Conditions: Add missing code for CONDITION_TITLE
...
DB/Char: Add changes to character base
Thanks to manuel and QAston for noticing
2012-04-08 12:56:18 +01:00
Nay
d155304f84
DB/GOs: Correct some templates and add a missing one (WDB)
...
DB/Auth: Add missed change to auth_base.sql
Also fix file endings in some of hte sqls
2012-04-05 17:38:13 +01:00
Nay
00264e45cf
DB/Auth: Increase realmlist.address size to 64 (varchar)
...
You might want to verify if the previous size did not truncate your address (it was 15)
2012-04-01 03:09:02 +01:00
leak
7309ee5621
SQL: Auth db data type cleanup logs, realmcharacters, realmlist, uptime / Storage engine switched to InnoDB Note:
...
As for the redundant `uptime`.`startstring` being removed, this page might be of interest how to generate time strings from unix timestamps
http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_from-unixtime
2012-03-28 19:46:38 +02:00
leak
a01e2a59cd
SQL: Auth db data type cleanup account_access, account_banned, ip_banned / Storage engine switched to InnoDB
2012-03-28 16:48:49 +02:00
leak
b21725ecac
SQL: Auth db data type cleanup account / Storage engine switched to InnoDB
2012-03-28 16:39:59 +02:00
Nay
8d7f184ee6
DB/Auth: Update auth_database.sql with recent changes
2012-03-26 18:23:05 +01:00
Nay
107a6f2c4b
DB/Auth: Update auth_database.sql with recent changes
...
DB/GameEvent: Resync Darkmoon, again - by Aokromes
2012-03-25 21:15:22 +01:00
leak
8e3a4b956e
Core/Warden: Base implementation for Warden functionality
...
Note: The default config file action for clients failing the checks can be changed for each check via the characters.warden_action table
Credits to TOM_RUS
2012-02-19 13:51:16 +01:00
leak
f0f68f15a8
DB/Schema: Update auth db base SQL to recent mysqldump format
2012-02-19 13:21:14 +01:00
Nay
0762c76c62
DB/Characters: Add missing table create to characters_database.sql from f4075f0f94
2012-01-19 17:42:43 +00:00
Nay
4a0ab9177f
DB: Add missing changes to characters base sql
2012-01-07 22:21:22 +00:00
Nay
fd3bd4c49d
Core/Quests: Implement quests that require PlayerSlain. Closes #169
2011-09-05 15:20:02 +01:00
Machiavelli
30a54e43ca
DB/FULL: Remove redundant full content files for world database from the repo. They serve no particular purpose to the project other than consume precious time of the developers having to maintain it. If you're using TDB, this shouldn't affect you in any way since the full world database is periodically dumped and uploaded.
2011-08-13 21:56:50 +02:00
Machiavelli
2d3f51e6e5
Core/Spells: Fix Shaman talent Nature's Guardian and rewrite fix for fc52f08. Fixes some spells not triggering.
2011-08-07 21:19:27 +02:00
QAston
df87f00e73
Core/Commands: Add .cast dest #spellid #x #y #z which orders selected unit to cast a spell at selected destination.
2011-08-06 22:50:46 +02:00
Silinoron
76fe596160
Core/Refer-a-Friend: Finish base work for Refer-a-Friend.
...
Any testing would be very much appreciated.
2011-08-03 09:28:12 -07:00
Machiavelli
fc52f0846e
Core/Spells: Fix Soul Preserver trinket
2011-08-01 23:57:16 +02:00
Machiavelli
0dcc229071
Core/Commands: Allow muting offline players - the mute will become effective on next player login.
2011-07-27 17:51:57 +02:00
tobmaps
4c9269cd54
Core/Spells: Fix talent Deep Wounds. Original idea by DrTenma
...
Closes #395
Closes #954
Closes #1188
2011-07-23 00:10:44 +07:00
tobmaps
6f30f16177
Core/Spells: talent Judgements of the Pure should proc also on absorbs
2011-07-21 20:58:34 +07:00
tobmaps
dd2990e2a7
Core/Spells: Fix Glyph of Scourge Strike
...
Closes #391
2011-07-21 20:38:13 +07:00
tobmaps
66b217991c
Core/Spells: Fix Unstable Affliction
...
Closes #94
Closes #1244
Closes #1528
2011-07-16 01:24:15 +07:00
Ramusik
37185c7749
Core/Spells: Fix Divine Hymn spell power coefficients
...
Closes #438
2011-07-15 20:04:18 +07:00
Nay
9ed52dc646
Core/Commands: Update the trinity_string and cleanup the code related to .list auras command
2011-07-04 16:03:11 +01:00
tobmaps
f513c35b5a
Core/Spells: Fix talent Damage Shield
2011-07-04 07:01:51 +07:00
Sarjuuk
81d3ca8027
Core/Spells: Fix Warlock T7 4P Bonus
2011-07-04 06:35:15 +07:00
Shocker
bdba5cd900
Core/Commands: Move .gps to command scripts and add .wpgps command, used for generating partial SQL queries for pathing
2011-06-29 16:36:54 +03:00
kaelima
9a67aaa8b8
DB/Creature:
...
- Nuke the hacky column DeathState.
- Removed some hacks from Kologarn script, including some cleanup.
- Removed set deathstate command.
BIG thanks to Malcrom for replacing all creatures that had deathstate with proper dynamicflags/auras.
2011-06-27 20:22:53 +02:00
Machiavelli
23b9a31229
Core/Vehicles: Final stage of vehicle stat scaling table removal
2011-06-27 15:20:26 +02:00
QAston
ac88fa026f
Database/Spells: Add spell_proc table which is a replacement for spell_proc_event table. This is the initial patch from series of patches changing the way we currently handle procs in the core, and doesn't interfere with existing code in any way.
2011-06-26 13:54:44 +02:00
Ramusik
aa0e279b04
Core/Spells: Fix Glyph of Raptor Strike
2011-06-26 00:44:09 +07:00