Skip to content

Commit f6e7876

Browse files
committed
[1449] Released Classic DB v1.7
Classic DB release version 1.7 "The Scourge's Capital" This release is compatible with revision z2684 of CMaNGOS-classic and comes with latest ACID-classic The main topic of this release is a major rework of Stratholme 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. This release also comes with a huge rework of the creature equipments by Tobschinski along with the fixes he made to creature stats, spawns and movements. Last but not least, this release includes the changes from the big pet system rework made by Phatcat. We would like to thank all the contributors for their reports, fixes and tests, especially amongst them: Adellaci, Grz3s, Kelzior, Killerwife, Metalica, Muehe, M2us, Neotmiren, Sidsukana, TheTrueAnimal, Zingzah, Zooke... 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. As usual, many gossips, quests, items, NPCs, events, dungeons and raids were also fixed.
1 parent c7eac04 commit f6e7876

File tree

125 files changed

+54308
-55289
lines changed

Some content is hidden

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

125 files changed

+54308
-55289
lines changed

Full_DB/ClassicDB_1_6_5_z2683.sql renamed to Full_DB/ClassicDB_1_7_z2684.sql

+54,306-45,081
Large diffs are not rendered by default.

InstallFullDB.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ done
112112
echo .
113113

114114
## Full Database
115-
echo "Process classic database v1.6.5 'The Wailing Pet, The MidSummer Joy and all that sort of things'."
116-
$MYSQL_COMMAND < ${ADDITIONAL_PATH}Full_DB/ClassicDB_1_6_5_z2683.sql
115+
echo "Process classic database v1.7 'The Scourge's Capital'."
116+
$MYSQL_COMMAND < ${ADDITIONAL_PATH}Full_DB/ClassicDB_1_7_z2684.sql
117117
[[ $? != 0 ]] && exit 1
118118

119119
## Updates

updates/1319_creature_template.sql

-4
This file was deleted.

updates/1320_quest_template.sql

-4
This file was deleted.

updates/1321_quest_template.sql

-3
This file was deleted.

updates/1322_creature_template.sql

-3
This file was deleted.

updates/1323_dbscripts_on_quest_start.sql

-56
This file was deleted.

updates/1324_creature_template.sql

-2
This file was deleted.

updates/1325_creature.sql

-3
This file was deleted.

updates/1326_gameobject_template.sql

-5
This file was deleted.

updates/1327_creature_movement_template.sql

-140
This file was deleted.

updates/1328_creature_loot_template.sql

-105
This file was deleted.

0 commit comments

Comments
 (0)