diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-15 16:48:25 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-15 16:48:25 +0100 |
commit | aa6c7ab0f0a8f2b1ef5fcfa68bbc53dd05b700a7 (patch) | |
tree | 35acbcd010b67ead610a2f97701dfbae7bef17fb | |
parent | f9af033b7ae0edbab946c162461c14827cad4b74 (diff) |
DB/Quest: Stop the Plague
By Rushor, closes #10224
-rw-r--r-- | sql/updates/world/2015_02_15_10_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_15_10_world.sql b/sql/updates/world/2015_02_15_10_world.sql new file mode 100644 index 00000000000..d9506211550 --- /dev/null +++ b/sql/updates/world/2015_02_15_10_world.sql @@ -0,0 +1,5 @@ +-- +SET @newestguid := 45208; +DELETE FROM `creature` WHERE `guid`=@newestguid AND `id`=25654; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES +(@newestguid, 25654, 571, 1, 1, 0, 0, 4207.15, 4057.02, 91.6273, 1.38362, 300, 0, 0, 42, 0, 0, 0, 0, 0); |