aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
diff options
context:
space:
mode:
authorShauren <none@none>2010-12-14 15:46:54 +0100
committerShauren <none@none>2010-12-14 15:46:54 +0100
commit0c04b178dba6ae411d4902f5032340fb2380ff8a (patch)
tree7ff5d688b809c67ec41e6d167c4c9b1a705c391d /src/server/game
parent6be844605307e88b598e7a59880c811d56ac688c (diff)
Scripts/Icecrown Citadel: Minor adjustments and compile warning fixes
--HG-- branch : trunk
Diffstat (limited to 'src/server/game')
-rwxr-xr-xsrc/server/game/Spells/SpellScript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h
index 0a06d5ab091..48971ffa64a 100755
--- a/src/server/game/Spells/SpellScript.h
+++ b/src/server/game/Spells/SpellScript.h
@@ -57,6 +57,7 @@ class _SpellScript
protected:
virtual bool _Validate(SpellEntry const * entry);
public:
+ virtual ~_SpellScript() {}
virtual void _Register();
virtual void _Unload();
virtual void _Init(const std::string * scriptname, uint32 spellId);