diff options
| author | Killyana <morphone1@gmail.com> | 2018-03-08 22:12:33 +0100 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-08-24 00:08:18 +0200 | 
| commit | 688bad9f4be237bdbd78be544239797d253cf055 (patch) | |
| tree | 1e5870c7faa1a18837b10fe55892b9b233e18a97 | |
| parent | ff52a32c2f86f6296e64d8a04e77f0204d79588e (diff) | |
DB/Conditions: Throw Booze
(cherry picked from commit 631bca762e269144fbe457a760685c2430043899)
| -rw-r--r-- | sql/updates/world/master/2021_08_23_12_world_2018_03_08_09_world.sql | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_08_23_12_world_2018_03_08_09_world.sql b/sql/updates/world/master/2021_08_23_12_world_2018_03_08_09_world.sql new file mode 100644 index 00000000000..4903ddbbe60 --- /dev/null +++ b/sql/updates/world/master/2021_08_23_12_world_2018_03_08_09_world.sql @@ -0,0 +1,5 @@ +--  +DELETE FROM `creature` WHERE `guid`=64984; +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 +(64984,23746,530,0,0,'',0,0,0,6718.222656, -7594.638672, 126.092712,0.413325,7200,0,0,0,0,0,0,0,0,"",0); +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=23746, `ConditionValue3`=64984  WHERE `SourceEntry` IN (42391) AND `SourceTypeOrReferenceId`=13;  | 
