From 7e7f318364fbce3b337149e3c4889b07b0b33a2e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 11 Jan 2017 02:03:35 +0100 Subject: [PATCH] typo fix previous commit by Malcrom, typo by me. --- src/server/scripts/EasternKingdoms/zone_hinterlands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp b/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp index 16596eefd00..e53077b7b83 100644 --- a/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp +++ b/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp @@ -231,5 +231,5 @@ public: void AddSC_hinterlands() { new npc_oox09hl(); - new npc_sharpbeak_AI(); + new npc_sharpbeak(); }