Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:ProjectSkyfire/SkyFire_548
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFire committed Nov 23, 2023
2 parents 0d59396 + 272d3b4 commit 09684db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/updates/world/2023_11_23_world_01.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SET @CGUID := 224620;
DELETE FROM `creature` WHERE `guid`=@CGUID-0;
INSERT INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES
(@CGUID-0, 54608, 860, 1168.2552, 3442.3281, 104.86952, 3.450217962265014648);

DELETE FROM `creature` WHERE `guid`=224621;

0 comments on commit 09684db

Please sign in to comment.