Core: Change supported build to 7.0.3.22293

This commit is contained in:
Shauren
2016-07-23 14:40:58 +02:00
parent 53e65db5cc
commit 7d7139ba02
3 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
UPDATE `realmlist` SET `gamebuild`=22293 WHERE `gamebuild`=22248;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22293';

View File

@@ -45,7 +45,7 @@ bool Model::open()
_unload();
int32 m2start = 0;
uint32 m2start = 0;
char const* ptr = f.getBuffer();
while (m2start + 4 < f.getSize() && *reinterpret_cast<uint32 const*>(ptr) != '02DM')
{