Subversion Repositories WoWGM

Rev

Rev 31 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 tristanc 1
#include "pch.h"
2
#pragma hdrstop
3
 
4
#include "WowClientDB.h"
5
 
31 tristanc 6
 
8 tristanc 7
WowClientDB<SpellRec> *g_spellDB = (WowClientDB<SpellRec> *)0x00AD49D0;
32 tristanc 8