fix(DB/creature): rotate Desert Agitator to face the guard when talking (#6577)
This commit is contained in:
parent
9d9e21d563
commit
6557bd00f0
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624655271618733500');
|
||||
|
||||
DELETE FROM `creature` WHERE (`id` = 23602) AND (`guid` = 31046);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(31046, 23602, 1, 0, 0, 1, 1, 21640, 0, -3647.61, -4449.4, 15.008, 0.536, 360, 0, 0, 1009, 1067, 2, 0, 0, 0, '', 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue