mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 00:58:26 +00:00
Starting on skill caps today
This commit is contained in:
+1
-1
@@ -1605,7 +1605,7 @@ uint8 SharedDatabase::GetTrainLevel(uint8 Class_, SkillType Skill, uint8 Level)
|
||||
|
||||
void SharedDatabase::DBLoadDamageShieldTypes(SPDat_Spell_Struct* sp, int32 iMaxSpellID) {
|
||||
|
||||
const char *DSQuery = "SELECT `spellid`, `type` from `damageshieldtypes` WHERE `spellid` >0 "
|
||||
const char *DSQuery = "SELECT `spellid`, `type` from `damageshieldtypes` WHERE `spellid` > 0 "
|
||||
"AND `spellid` <= %i";
|
||||
|
||||
const char *ERR_MYSQLERROR = "Error in DBLoadDamageShieldTypes: %s %s";
|
||||
|
||||
Reference in New Issue
Block a user