Skip to content

Commit 4dc8e13

Browse files
committed
[1218] Released Classic DB v1.6
Classic DB release version 1.6 'Shadowforge City' This release is compatible with revision z2683 of CMaNGOS-classic and comes with latest ACID-classic The main topic of this release is a major rework of Blackrock Depths dungeon by Tobschinski, evil@wow and cala. Many NPCs stats, spawns, quests, scripts, patrols and more were remade or added. Some parts of the dungeon were remade 100% anew from official data. Many ACID or SD2 scripts were also added to the respective projects. To date, this is the bigger and more blizzlike rework of a part of a game we made. We would like to thank all the contributors for their reports, fixes and tests, especially amongst them: Grz3s, jpiolho, Muehe, Neotmiren, scotty0100, TheTrueAnimal, trullynullified, Zingzah... As always, very special thanks to the ScriptDev2, ACID, TBC-DB and the UDB teams as this release would not have been possible without their great and heavy contributions. Classic DB is a cross databases project and many of the updates are possible thanks to the great work of our fellow developers from other projects, with a special thank to Grz3s from UDB who increased the synergies between our two DB projects. Many gossips, quests, items, NPCs, events, dungeons and raids were also fixed.
1 parent 732c0b2 commit 4dc8e13

223 files changed

Lines changed: 58860 additions & 64700 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.txt

Lines changed: 0 additions & 1468 deletions
This file was deleted.
Lines changed: 58858 additions & 56127 deletions
Large diffs are not rendered by default.

InstallFullDB.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ USERNAME=""
1818
PASSWORD=""
1919
MYSQL=""
2020
CORE_PATH=""
21-
SD2_PATH=""
22-
SD2_UPDATES="1"
2321
DEV_UPDATES="NO"
2422

2523
function create_config {
@@ -106,8 +104,8 @@ done
106104
echo .
107105

108106
## Full Database
109-
echo "Process classic database v1.5.0 'The Great Swimming Pool.'"
110-
$MYSQL_COMMAND < ${ADDITIONAL_PATH}Full_DB/ClassicDB_1_5_z2656.sql
107+
echo "Process classic database v1.6.0 'Shadowforge City'."
108+
$MYSQL_COMMAND < ${ADDITIONAL_PATH}Full_DB/ClassicDB_1_6_z2683.sql
111109
[[ $? != 0 ]] && exit 1
112110

113111
## Updates

updates/1002_creature_template.sql

Lines changed: 0 additions & 13 deletions
This file was deleted.

updates/1003_creature.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

updates/1004_creature_template.sql

Lines changed: 0 additions & 42 deletions
This file was deleted.

updates/1005_creature_template.sql

Lines changed: 0 additions & 57 deletions
This file was deleted.

updates/1006_gameobject.sql

Lines changed: 0 additions & 3 deletions
This file was deleted.

updates/1006_gameobject_template.sql

Lines changed: 0 additions & 3 deletions
This file was deleted.

updates/1007_gameobject.sql

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)