mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Gameobject): Move chairs to AV (#9931)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user