diff options
| author | Blaymoira <none@none> | 2009-01-10 21:18:27 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-10 21:18:27 +0100 |
| commit | e6503b9572a84252f0c3efd72719d2082d40088a (patch) | |
| tree | f0e58b44505dd3fac956184cc04c992e9a50af08 /src | |
| parent | a60ed465472286ad1536fc68beeea980800ee70e (diff) | |
*Missed sql in prev commit
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp b/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp index 6e84e5d5d0c..7a633a30bb8 100644 --- a/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp +++ b/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp @@ -367,7 +367,7 @@ CreatureAI* GetAI_npc_twiggy_flathead(Creature *_Creature) /*##### ## npc_wizzlecrank_shredder -#####*/ +##### #define SAY_PROGRESS_1 "Alright, alright I think I can figure out how to operate this thing..." #define SAY_PROGRESS_2 "Arrrgh! This isn't right!" @@ -424,7 +424,7 @@ CreatureAI* GetAI_npc_wizzlecrank_shredderAI(Creature *_Creature) npc_wizzlecrank_shredderAI* thisAI = new npc_wizzlecrank_shredderAI(_Creature); return (CreatureAI*)thisAI; -} +}*/ void AddSC_the_barrens() { @@ -453,9 +453,9 @@ void AddSC_the_barrens() newscript->GetAI = &GetAI_npc_twiggy_flathead; newscript->RegisterSelf(); - newscript = new Script; +/* newscript = new Script; newscript->Name="npc_wizzlecrank_shredder"; newscript->GetAI = &GetAI_npc_wizzlecrank_shredderAI; newscript->pQuestAccept = &QuestAccept_npc_wizzlecrank_shredder; - newscript->RegisterSelf(); + newscript->RegisterSelf();*/ } |
