From 6ea17b4e4773d8ce34408466a9bf24debac769c8 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 15:41:13 -0500 Subject: [PATCH 1/9] Update Stonetalon Ruins.sql --- Delve Spawn SQL/Stonetalon Ruins.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/Delve Spawn SQL/Stonetalon Ruins.sql b/Delve Spawn SQL/Stonetalon Ruins.sql index 0eda660..3805257 100644 --- a/Delve Spawn SQL/Stonetalon Ruins.sql +++ b/Delve Spawn SQL/Stonetalon Ruins.sql @@ -1,6 +1,7 @@ -- ================================================================================== -- CREATURE Template -- ================================================================================== +DELETE FROM `creature_template` WHERE `entry` IN (600662, 600663, 600664); INSERT INTO creature_template (entry,difficulty_entry_1,difficulty_entry_2,difficulty_entry_3,KillCredit1,KillCredit2,name,subname,IconName,gossip_menu_id,minlevel,maxlevel,`exp`,faction,npcflag,speed_walk,speed_run,speed_swim,speed_flight,detection_range,`scale`,`rank`,dmgschool,DamageModifier,BaseAttackTime,RangeAttackTime,BaseVariance,RangeVariance,unit_class,unit_flags,unit_flags2,dynamicflags,family,trainer_type,trainer_spell,trainer_class,trainer_race,`type`,type_flags,lootid,pickpocketloot,skinloot,PetSpellDataId,VehicleId,mingold,maxgold,AIName,MovementType,HoverHeight,HealthModifier,ManaModifier,ArmorModifier,ExperienceModifier,RacialLeader,movementId,RegenHealth,mechanic_immune_mask,spell_school_immune_mask,flags_extra,ScriptName,VerifiedBuild) VALUES (600662,0,0,0,0,0,'Nessie','Delve Boss',NULL,0,84,84,0,168,0,1.0,1.14286,1.0,1.0,20.0,1.0,3,0,35.0,2000,2000,1.0,1.0,1,32768,2048,0,0,0,0,0,0,1,4,600662,0,0,0,0,0,0,'',1,1.0,100.0,1.0,1.0,1.0,0,0,1,617299803,0,2,'',12340), (600663,0,0,0,0,0,'Ruin Smasher X-98','Delve Boss',NULL,0,85,85,0,168,0,1.0,1.14286,1.0,1.0,20.0,1.0,3,0,36.9,2000,2000,1.0,1.0,1,64,2048,0,0,0,0,0,0,9,4,600663,0,0,0,0,0,0,'',1,1.0,78.6,20.0,1.2,2.0,0,0,1,608908883,0,0,'',12340), From 0480b102cd9ee5c2d71d73487f5bb4a423ae646d Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:32:22 -0500 Subject: [PATCH 2/9] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 40b8271..c5e1d96 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[](https://www.azerothcore.org/) +[](https://github.com/ElunaLuaEngine/Eluna) + + # **Single Player Delves for Araxia Online** > *In Araxia, Delves are exciting, action-packed areas where players can dive into dangerous, monster-filled dungeons, ancient ruins, and hostile environments. These delves are designed for both solo and group play, offering intense combat with a variety of enemies and challenging bosses. Players will face off against increasingly tough foes, collect valuable loot, and experience fast-paced gameplay in unique settings.* From 5c7ae969a556ac8721926a29f400ec9b68c32478 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:37:04 -0500 Subject: [PATCH 3/9] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8b6ef63 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Araxia Online + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From bc95fb609c1e6c63bfd87db81c1564057c660427 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:38:33 -0500 Subject: [PATCH 4/9] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8b6ef63..d0882e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Araxia Online +Copyright (c) 2023 AzerothCore Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From b2625837d74ddc5005effa56da7782ae1673bbcd Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:39:46 -0500 Subject: [PATCH 5/9] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c5e1d96..23d0185 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ +#  Azeroth Core Module [](https://www.azerothcore.org/) [](https://github.com/ElunaLuaEngine/Eluna) +
+
+ Developed By Araxia Online
+