mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#define _SOURCE_DIRECTORY R"(@CMAKE_SOURCE_DIR@)"
|
||||
#define _BUILD_DIRECTORY R"(@BUILDDIR@)"
|
||||
#define _MYSQL_EXECUTABLE R"(@MYSQL_EXECUTABLE@)"
|
||||
#define _FULL_DATABASE "TDB_full_world_434.28_2018_04_15.sql"
|
||||
#define _FULL_DATABASE "TDB_full_world_434.29_2018_04_15.sql"
|
||||
#define VER_COMPANYNAME_STR "TrinityCore Developers"
|
||||
#define VER_LEGALCOPYRIGHT_STR "(c)2008-2018 TrinityCore"
|
||||
#define VER_FILEVERSION 0,0,0
|
||||
|
||||
5
sql/updates/world/4.3.4/2018_04_26_00_world.sql
Normal file
5
sql/updates/world/4.3.4/2018_04_26_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `terrain_swap_defaults` WHERE `MapId` IN (1,654);
|
||||
INSERT INTO `terrain_swap_defaults` (`MapId`, `TerrainSwapMap`, `Comment`) VALUES
|
||||
(1, 719, 'Mount Hyjal default terrain'),
|
||||
(654, 638, 'Gilneas default terrain');
|
||||
Reference in New Issue
Block a user