mirror of
https://github.com/araxiaonline/mod-guildhouse.git
synced 2026-06-13 02:52:21 -04:00
* Update 'Innkeeper' location I changed the position of 'Innkeeper' because it was in front of 'Herbalism Trainer' * revert location * update innkeeper location * Modify position of already created spawns --------- Co-authored-by: Pagani Walter <paganiwalter@gmail.com>
4 lines
242 B
SQL
4 lines
242 B
SQL
UPDATE `guild_house_spawns` SET `posX`=16221.91, `posY`=16288.54, `posZ`=13.17, `orientation`=4.65 WHERE `id`=10;
|
|
|
|
UPDATE `creature` SET `position_x`=16221.91, `position_y`=16288.54, `position_z`=13.17, `orientation`=4.65 WHERE `id1`=500032;
|