mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-20 23:01:36 -04:00
*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand)
*Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
This commit is contained in:
@@ -17,12 +17,9 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef __MYSQLDELAYTHREAD_H
|
||||
#define __MYSQLDELAYTHREAD_H
|
||||
|
||||
#include "Database/SqlDelayThread.h"
|
||||
|
||||
class MySQLDelayThread : public SqlDelayThread
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user