aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Events/event.cpp
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-10-25 07:43:02 -0700
committerSubv <s.v.h21@hotmail.com>2012-10-25 07:43:02 -0700
commit55892048efa243e109f612f4c8d503d2f45e6b7c (patch)
treead727965cefb768539f79be7e9b7e1436a8b694e /src/server/scripts/Events/event.cpp
parent69a81836ab98a64f4c683edc7fe4d225bd006b28 (diff)
parentcd26aa72065ad47b6d99776c5c12290360ea9502 (diff)
Merge pull request #8127 from Gacko/childrens_week
Core/DB: Children's Week
Diffstat (limited to 'src/server/scripts/Events/event.cpp')
-rw-r--r--src/server/scripts/Events/event.cpp25
1 files changed, 25 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..22334f8d365
--- /dev/null
+++ b/src/server/scripts/Events/event.cpp
@@ -0,0 +1,25 @@
+/*
+ * 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"
+
+void AddSC_event_childrens_week();
+
+void AddSC_event_scripts()
+{
+ AddSC_event_childrens_week();
+}