diff options
| author | Killyana <morphone1@gmail.com> | 2019-01-12 18:13:46 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-01-12 18:13:46 +0100 |
| commit | 58c6e1374e26b4b760cb041647294f0077b94900 (patch) | |
| tree | 406da637f9a7687f37b568901b7f64e8b94abc63 | |
| parent | 5b4eefb6d8231db95c4ff9cb4090a27683ff3a48 (diff) | |
DB/Creature: Wrath Reaver
| -rw-r--r-- | sql/updates/world/3.3.5/2019_01_12_10_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_12_10_world.sql b/sql/updates/world/3.3.5/2019_01_12_10_world.sql new file mode 100644 index 00000000000..dd2e746f988 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_12_10_world.sql @@ -0,0 +1,7 @@ +-- Wrath Reaver +DELETE FROM `creature` WHERE `guid` IN (77853,77851); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(77851, 22196, 530, 1, 1, 0, 0, 2818.272, 6925.054, 364.0483, 0.8203048, 300, 0, 0, 59040, 0, 0); +DELETE FROM `creature_template_addon` WHERE entry = 22196; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(22196, "16245"); |
