diff options
author | Gacko <gacko28@gmx.de> | 2012-10-21 14:33:20 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2012-10-21 14:33:20 +0200 |
commit | 9c4cf9b39c17854fac3c1323e5e3bd1d2f164e3d (patch) | |
tree | 99bd6e6a91a7b6fee6e78832acb9a432de52681a /src/server/scripts/Events/event.cpp | |
parent | 36806bf5b3a9abed467e23eb835a992df3ea0d50 (diff) |
Core/DB: Children's Week
Diffstat (limited to 'src/server/scripts/Events/event.cpp')
-rw-r--r-- | src/server/scripts/Events/event.cpp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/server/scripts/Events/event.cpp b/src/server/scripts/Events/event.cpp new file mode 100644 index 00000000000..0cb0b10bdbc --- /dev/null +++ b/src/server/scripts/Events/event.cpp @@ -0,0 +1,26 @@ +/* + * Copyright (C) 2008-2012 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 "ScriptPCH.h" +#include "event.h" + +void AddSC_event_childrens_week(); + +void AddSC_event_scripts() +{ + AddSC_event_childrens_week(); +} |