From a5d1bc77abc275402240bec1380fa87f04461ba8 Mon Sep 17 00:00:00 2001 From: Xanadu Date: Fri, 5 Feb 2010 00:31:28 +0100 Subject: A great purge of obsolete macros. --HG-- branch : trunk --- src/scripts/examples/example_creature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/examples/example_creature.cpp') diff --git a/src/scripts/examples/example_creature.cpp b/src/scripts/examples/example_creature.cpp index 65dcdb43a78..3bce98e30ea 100644 --- a/src/scripts/examples/example_creature.cpp +++ b/src/scripts/examples/example_creature.cpp @@ -66,7 +66,7 @@ enum eEnums //List of gossip item texts. Items will appear in the gossip window. #define GOSSIP_ITEM "I'm looking for a fight" -struct TRINITY_DLL_DECL example_creatureAI : public ScriptedAI +struct example_creatureAI : public ScriptedAI { //*** HANDLED FUNCTION *** //This is the constructor, called only once when the Creature is first created -- cgit v1.2.3