Skip to content

Commit 10cb17d

Browse files
committed
[0326] Released Classic DB version 1.2.1
Classic DB release version 1.2.1 'Blackhand Castle' This release is compatible with revision z2401 of CMAnGOS-classic and comes with revision z2683 of SD2-classic and ACID-classic 1.0.4 Thanks to all the contributors for their reports, fixes and tests, especially amongst them: scotty0100, Neotmiren, Ela, Evildead666 and Metalica Very special thanks to Schmoozerd and the UDB team as this release would not have been possible without their great and heavy contributions. The main topic of this update is a total rework of Blackrock Spire with hundreds of fixes: creatures spawns (mostly), GO spawns, patrols, faction, models, flags and much more... The instance is now far more closer to was it was on retail. Note that this release is a small intermediate version released with the closure of the milestone dedicated to fixing Blackrock Spire. The full change log will ship later when version 1.3.0 is released. In the meantime, all changes can be seen in the various commits, as always.
1 parent bd14348 commit 10cb17d

96 files changed

Lines changed: 14469 additions & 16784 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.
Lines changed: 14462 additions & 13220 deletions
Large diffs are not rendered by default.

InstallFullDB.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ done
104104
echo .
105105

106106
## Full Database
107-
echo "Process classic database v1.2.0"
108-
$MYSQL_COMMAND < ${ADDITIONAL_PATH}Full_DB/ClassicDB_1_2_0_z2392.sql
107+
echo "Process classic database v1.2.1"
108+
$MYSQL_COMMAND < ${ADDITIONAL_PATH}Full_DB/ClassicDB_1_2_1_z2401.sql
109109
[[ $? != 0 ]] && exit 1
110110

111111
## Updates
@@ -123,11 +123,11 @@ else
123123
echo "Updates applied"
124124
fi
125125

126-
LAST_CORE_REV="2392"
127-
LAST_SD2_REV="2677"
126+
LAST_CORE_REV="2401"
127+
LAST_SD2_REV="2683"
128128
# process future release folders
129129
NEXT_MILESTONES="0.12.3 0.12.4"
130-
NEXT_SD2_MILESTONES="0.7 0.8"
130+
NEXT_SD2_MILESTONES="0.8 0.9"
131131

132132
if [ "$CORE_PATH" != "" ]
133133
then

README.mdown

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ copies.
1010

1111
Compatibility
1212
-------------
13-
The *Classic DB* database is compatible with [mangos-classic commit ce2527c0b2fdcc8b72d745371ab2f68c81728cc6][10]
14-
and newer. It also requires [ScriptDev2 commit 674e5d2c6e6fe2283294d983f4cd6d11c04bfd44][11]
13+
The *Classic DB* database is compatible with [mangos-classic commit 57e272d1297c709aef9e78e9833bca11fc3b17d2][10]
14+
and newer. It also requires [ScriptDev2 commit caa977514e5e437a8de4a825a0ae2452ba50ac3e][11]
1515
or newer in order to be fully enjoyable.
1616

1717
Getting started

old_releases/1_2_0.zip

7.45 MB
Binary file not shown.

updates/0236_npc_vendor.sql

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

updates/0237_creature_template.sql

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

updates/0238_gameobject.sql

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

updates/0239_creature_template.sql

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

updates/0240_creature.sql

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

updates/0241_creature_template.sql

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

0 commit comments

Comments
 (0)