fix(DB/Gameobject): Move chairs to AV (#9931)

Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
Kitzunu
2021-12-31 01:27:30 +01:00
committed by GitHub
parent e12494d993
commit e718d2a699

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640875137436794000');
UPDATE `gameobject` SET `map` = 30, `zoneId` = 0, `areaId` = 0 WHERE `guid` IN (11766,11765,11768,11767,11769) AND `id` = 2413;