Merge branch '3.3.5-boundaryagain' into 3.3.5-base (PR #16270)

(cherry picked from commit 1050b68899)
This commit is contained in:
treeston
2016-01-18 18:35:20 +01:00
committed by Shauren
parent 8911962c9e
commit 5fb88c7121
10 changed files with 41 additions and 13 deletions

View File

@@ -30,6 +30,12 @@
#include "WorldSession.h"
#include "Opcodes.h"
BossBoundaryData::~BossBoundaryData()
{
for (const_iterator it = begin(); it != end(); ++it)
delete it->boundary;
}
void InstanceScript::SaveToDB()
{
std::string data = GetSaveData();