diff options
author | Duarte Duarte <dnpd.dd@gmail.com> | 2016-03-07 00:06:37 +0000 |
---|---|---|
committer | Duarte Duarte <dnpd.dd@gmail.com> | 2016-03-07 00:06:37 +0000 |
commit | 2e1e6084503a69cec712c52140f60e876a260973 (patch) | |
tree | dcd357e753d3389423afa52532729970db95cf35 /src/server/shared/Realm/Realm.cpp | |
parent | 83e8deaa8f9dffad33169090a7acabf001526582 (diff) | |
parent | 7b687be4ba523bc50d3caca894855275a4810c65 (diff) |
Merge pull request #16696 from TrinityCore/realm6xto335
Core: Backport 6.x realm changes
Diffstat (limited to 'src/server/shared/Realm/Realm.cpp')
-rw-r--r-- | src/server/shared/Realm/Realm.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/server/shared/Realm/Realm.cpp b/src/server/shared/Realm/Realm.cpp new file mode 100644 index 00000000000..0c8f4d1d492 --- /dev/null +++ b/src/server/shared/Realm/Realm.cpp @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> + * + * 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 2 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/>. + */ + +#include "Realm.h" |