diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-11-18 08:12:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 08:12:33 +0100 |
commit | cf27f1cf39c4ba3fb644f0a0e8659e90ff935fac (patch) | |
tree | 3a9d7d8a0222ce0bcd23be11968af2295c432bb8 /sql/updates | |
parent | 32b54ffb66676ec47d7153c1b897770bc5d08493 (diff) |
DB/Creature: Update a Firemane Flamecaller spawn position
closes #30448 by CraftedRO
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2024_11_18_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_11_18_00_world.sql b/sql/updates/world/3.3.5/2024_11_18_00_world.sql new file mode 100644 index 00000000000..2f938cc0855 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_11_18_00_world.sql @@ -0,0 +1,2 @@ +-- Firemane Flamecaller +UPDATE `creature` SET `position_x`=-4964.78955078125, `position_y`=-3821.1826171875, `position_z`=43.62102127075195312, `orientation`=2.776098012924194335, `wander_distance`=5, `MovementType`=1 WHERE `guid`=30504; |