diff options
author | Blaymoira <none@none> | 2009-01-18 20:01:45 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-18 20:01:45 +0100 |
commit | 613217fca7c2959fe3abbe593f4be65beedaeca8 (patch) | |
tree | 0ae29b9fe2160a496405ec67e87ea6ace7c26373 /src | |
parent | 69360e991a3f7c0a755d55a37762b7a39b2a2083 (diff) |
*Missed part in prev commit
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp | 6 | ||||
-rw-r--r-- | src/shared/revision.h | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp b/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp index ddde07311a0..e0aa40d060c 100644 --- a/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp +++ b/src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp @@ -1314,4 +1314,10 @@ void AddSC_blackrock_depths() newscript->Name="npc_marshal_reginald_windsor"; newscript->GetAI = &GetAI_npc_marshal_reginald_windsor; newscript->RegisterSelf();*/ + + newscript = new Script; + newscript->Name = "npc_rocknot"; + newscript->GetAI = &GetAI_npc_rocknot; + newscript->pChooseReward = &ChooseReward_npc_rocknot; + newscript->RegisterSelf(); } diff --git a/src/shared/revision.h b/src/shared/revision.h index 5ae723c641f..95467c99a80 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -1,7 +1,7 @@ #ifndef __REVISION_H__ #define __REVISION_H__ - #define _REVISION "896" - #define _HASH "2fc9fa91df4b" + #define _REVISION "905" + #define _HASH "9c8352b53bb6" #define _REVISION_DATE "*" #define _REVISION_TIME "*" #endif // __REVISION_H__ |