diff options
author | Naddley <NaddleyTC@gmail.com> | 2024-12-11 13:17:07 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2024-12-11 13:17:07 +0100 |
commit | d27abec9e8aab9664c810ed00134c1cbe7afdb08 (patch) | |
tree | f51aa1392b0fd5eae876b670878320200da40323 /sql | |
parent | 5b1ff947ef095506ee6ad321c162cf4a154017db (diff) |
DB/Misc: Followup for 5b1ff94
Closes #30499
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_12_11_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_11_00_world.sql b/sql/updates/world/master/2024_12_11_00_world.sql index 1ad4ecd37a5..3d358f66ed1 100644 --- a/sql/updates/world/master/2024_12_11_00_world.sql +++ b/sql/updates/world/master/2024_12_11_00_world.sql @@ -1,5 +1,7 @@ SET @CGUID := 10004741; +SET @NPCTEXTID := 600057; + -- Creature DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+4; INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES |