summaryrefslogtreecommitdiffstats
path: root/src/scripting/script.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <mana@crushnet.org>2010-03-22 21:55:34 +0100
committerPhilipp Sehmisch <mana@crushnet.org>2010-04-11 18:27:20 +0200
commitf3ad48f5ce2b3b584870674e58a7265779b3836b (patch)
tree73323079c2accbdf20f4617be21506c556e66329 /src/scripting/script.cpp
parente0669e4025e3772590cbde835d79fb06efea04fa (diff)
downloadmanaserv-f3ad48f5ce2b3b584870674e58a7265779b3836b.tar.gz
manaserv-f3ad48f5ce2b3b584870674e58a7265779b3836b.tar.xz
manaserv-f3ad48f5ce2b3b584870674e58a7265779b3836b.zip
Added global lua event script (only on_being_death_accept for now)
Reviewed-by: Jared Adams <Jaxad0127@gmail.com>
Diffstat (limited to 'src/scripting/script.cpp')
-rw-r--r--src/scripting/script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripting/script.cpp b/src/scripting/script.cpp
index 8c3b2af..12c4417 100644
--- a/src/scripting/script.cpp
+++ b/src/scripting/script.cpp
@@ -29,6 +29,7 @@
typedef std::map< std::string, Script::Factory > Engines;
static Engines *engines = NULL;
+Script *Script::global_event_script = NULL;
Script::Script():
mMap(NULL),