diff options
| author | Killyana <morphone1@gmail.com> | 2018-04-11 21:57:22 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-04-11 21:57:22 +0200 |
| commit | 36fe5199ff84606cc6c5161ea1b5e6b343a21d85 (patch) | |
| tree | c9bebeb4d9783be03574597f82d1686e3c87777b | |
| parent | d64c3393dbeb159d91b6daae979f3e708c5f6169 (diff) | |
DB/Creature: Leria Nightwind
Closes #21235
By Luchass
| -rw-r--r-- | sql/updates/world/master/2018_04_11_02_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_04_11_02_world.sql b/sql/updates/world/master/2018_04_11_02_world.sql new file mode 100644 index 00000000000..85a411a9160 --- /dev/null +++ b/sql/updates/world/master/2018_04_11_02_world.sql @@ -0,0 +1,8 @@ +-- +SET @CGUID := 452746; +DELETE FROM `creature` WHERE `guid`=452746; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@CGUID,61837,0,0,0,1,169,0,0,0,-8722.814,522.0989,98.89994,1.841757,300,0,0,788,655,0,0,0,0,0,0,'',23420); +DELETE FROM `creature_addon` WHERE `guid`=@CGUID; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `auras`) VALUES +(@CGUID,0,0,0,257,426,0,0,0,""); |
