aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bindings/scripts/scripts/zone/blackrock_depths/blackrock_depths.cpp6
-rw-r--r--src/shared/revision.h4
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__