diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_12_11_02_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_12_11_02_world_335.sql b/sql/updates/world/3.3.5/2019_12_11_02_world_335.sql new file mode 100644 index 00000000000..c3c35b59205 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_11_02_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120677); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120677, 36643, 33, 1, 1, 0, 0, -212.951, 2191.71, 79.8481, 0, 180, 0, 0, 0, 0, 0); + +DELETE FROM `game_event_creature` WHERE `guid` IN (120677); +INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES +(8,120677); |