diff options
| author | Killyana <morphone1@gmail.com> | 2018-03-08 22:46:45 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-08-24 00:10:20 +0200 |
| commit | 028f9b47807e2e2527c2c183105a033a6129b4d3 (patch) | |
| tree | 6726ba098ba8984e4f9cf875876de4d4f948655f | |
| parent | 688bad9f4be237bdbd78be544239797d253cf055 (diff) | |
DB/Conditions: Cleanse Ata'mal Armament
(cherry picked from commit 2840e096fc42faa80b839f16edaedc977b12bfee)
| -rw-r--r-- | sql/updates/world/master/2021_08_23_13_world_2018_03_08_10_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_08_23_13_world_2018_03_08_10_world.sql b/sql/updates/world/master/2021_08_23_13_world_2018_03_08_10_world.sql new file mode 100644 index 00000000000..caf915e8515 --- /dev/null +++ b/sql/updates/world/master/2021_08_23_13_world_2018_03_08_10_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid`=64985; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(64985,25114,530,0,0,'',0,0,0,12664.64160,-6986.25,15.608,1.622840,7200,0,0,0,0,0,0,0,0,"",0); +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=25114 WHERE `SourceEntry` IN (45149) AND `SourceTypeOrReferenceId`=13; |
