Files
mod-guildhouse/data/sql/db-world/2024_04_07_02_innkeeper.sql
Ho2x d2a5ffe864 Update 'Innkeeper' location (#35)
* 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>
2024-04-07 21:58:02 -03:00

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;