mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
So much for my fix-without-compile skills. :(
(inb4 scores) --HG-- branch : trunk
This commit is contained in:
@@ -42,7 +42,7 @@ AddonMgr::~AddonMgr()
|
||||
|
||||
void AddonMgr::LoadFromDB()
|
||||
{
|
||||
result = CharacterDatabase.PQuery("SELECT name, crc FROM addons");
|
||||
QueryResult* result = CharacterDatabase.PQuery("SELECT name, crc FROM addons");
|
||||
if(!result)
|
||||
{
|
||||
sLog.outErrorDb("The table `addons` is empty");
|
||||
|
||||
Reference in New Issue
Block a user