Skip to content

Commit

Permalink
Update [4686] - Fix DBError due to undefined spawndist and MovementType
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Dec 31, 2024
1 parent c2e2e86 commit 67ec536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Updates/4686_gremnik_rizzlesprang.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ UPDATE `creature_template` SET `MinLevel`=60,`MaxLevel`=60,`GossipMenuId`=7092,`

-- Spawn Gremnik at the correct location (taken from VMaNGOS)
DELETE FROM `creature` WHERE `guid`=68935;
INSERT INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`) VALUES
(68935, 16123, 0, -14456.8, 448.044, 20.4907, 0.0174533, 250, 250);
INSERT INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `MovementType`) VALUES
(68935, 16123, 0, -14456.8, 448.044, 20.4907, 0.0174533, 250, 250, 0, 0);

-- Add "Ghost" Aura to Gremnik
DELETE FROM `creature_template_addon` WHERE `entry`=16123;
Expand Down

0 comments on commit 67ec536

Please sign in to comment.