Core/AreaTriggers: Implemented new areatrigger type: bounded plane

Port From (https://github.com/TrinityCore/TrinityCore/commit/6856b248836205f3567d27848541859b93d93469)
This commit is contained in:
hondacrx
2022-12-17 17:16:08 -05:00
parent a4ebb8455d
commit 38197f7996
4 changed files with 37 additions and 2 deletions
+2 -2
View File
@@ -54,10 +54,10 @@ namespace Framework.Database
fileName = @"/sql/base/characters_database.sql";
break;
case "WorldDatabase":
fileName = @"/sql/TDB_full_world_927.22082_2022_08_21.sql";
fileName = @"/sql/TDB_full_world_927.22111_2022_11_20.sql";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_full_hotfixes_927.22082_2022_08_21.sql";
fileName = @"/sql/TDB_full_hotfixes_927.22111_2022_11_20.sql";
break;
}