fix(Core/Movement): properly send movement *ack packets to controlling players. (#7635)

- Closes #7606
This commit is contained in:
UltraNix 2021-09-02 10:40:51 +02:00 committed by GitHub
parent 2f9f95221b
commit ec9d6d38da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630323397055182800');
UPDATE `creature_template` SET `InhabitType`=3 WHERE `entry`=32535;