diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_21_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_21_01_world.sql b/sql/updates/world/3.3.5/2019_05_21_01_world.sql new file mode 100644 index 00000000000..e4d597c1a33 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_21_01_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=19680; +DELETE FROM `creature` WHERE `guid` IN (105221); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(105221, 19680, 530, 0, 0, 1, 1, 0, 0, -1936.83, 5332.03, -12.3448, 0.471239, 300, 0, 0, 4120, 0, 0, 0, 0, 0, 0); |