diff options
| author | Machiavelli <none@none> | 2010-08-14 10:28:45 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2010-08-14 10:28:45 +0200 |
| commit | 075a4525d79419343b7b80d5d422030af2cf707a (patch) | |
| tree | df09e573607fe5c1eabc44fd8040fdcae1288c4c /src/server/scripts/World | |
| parent | 362a1eed51c416bacbc58bf89cd48ad02bd1e585 (diff) | |
This should be the last of the malfunctioning AI scripts, thanks to click for the list
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/World')
| -rw-r--r-- | src/server/scripts/World/npcs_special.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/World/npcs_special.cpp b/src/server/scripts/World/npcs_special.cpp index b4fe99c734f..9e27393f893 100644 --- a/src/server/scripts/World/npcs_special.cpp +++ b/src/server/scripts/World/npcs_special.cpp @@ -801,7 +801,7 @@ public: } }; - CreatureAI *GetAI(Creature *creature) + CreatureAI *GetAI(Creature *creature) const { return new npc_injured_patientAI(creature); } @@ -1116,7 +1116,7 @@ public: } }; - CreatureAI *GetAI(Creature *creature) + CreatureAI *GetAI(Creature *creature) const { return new npc_guardianAI(creature); } @@ -1843,7 +1843,7 @@ public: } }; - CreatureAI *GetAI(Creature *creature) + CreatureAI *GetAI(Creature *creature) const { return new mob_mojoAI(creature); } |
