diff options
author | maximius <none@none> | 2009-09-11 01:36:24 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-11 01:36:24 -0700 |
commit | f6ace3aa0a2b620f5982e799af7581360a1fc82d (patch) | |
tree | 6237d67941a3bb5d4ef00105381aae0c7fd95bb3 /src/bindings/scripts/ScriptMgr.cpp | |
parent | 4cdb17d30ca4d0b2d8a3759b98288a37fe562837 (diff) |
*Utgarde Keep: save & load door status, by Tartalo, thanks Aokromes for testing, and thanks Paradox for telling me about RAND() :P
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.cpp')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index ab5b29aa928..ba26d02acbe 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -454,7 +454,6 @@ bool EffectDummyGameObj(Unit *caster, uint32 spellId, uint32 effIndex, GameObjec return tmpscript->pEffectDummyGameObj(caster, spellId, effIndex, gameObjTarget); } - TRINITY_DLL_EXPORT bool EffectDummyItem(Unit *caster, uint32 spellId, uint32 effIndex, Item *itemTarget) { |