Misc Fixes

This commit is contained in:
hondacrx
2019-08-17 14:03:21 -04:00
parent 701a26e208
commit 58b142f26e
5 changed files with 33 additions and 17 deletions
+18 -3
View File
@@ -1,9 +1,24 @@
using System;
using System.Collections.Generic;
using System.Text;
/*
* Copyright (C) 2012-2019 CypherCore <http://github.com/CypherCore>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using Framework.Constants;
using Game.Entities;
using Game.Guilds;
using System.Collections.Generic;
namespace Game.DataStorage
{