diff options
| author | Killyana <morphone1@gmail.com> | 2019-12-11 20:31:56 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-12-11 20:31:56 +0100 |
| commit | 268e73964842087aee6e354bd9ec634eefbc2dd4 (patch) | |
| tree | b0d4b6d0f60bf6878dc6acf34f28af89269b70f1 | |
| parent | 9ed27e7d58414b1a872cbae52f1701ba90b2b98f (diff) | |
DB/Creature: [DND] Valentine Boss Manager
| -rw-r--r-- | sql/updates/world/3.3.5/2019_12_11_02_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_12_11_02_world_335.sql b/sql/updates/world/3.3.5/2019_12_11_02_world_335.sql new file mode 100644 index 00000000000..c3c35b59205 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_11_02_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120677); +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 +(120677, 36643, 33, 1, 1, 0, 0, -212.951, 2191.71, 79.8481, 0, 180, 0, 0, 0, 0, 0); + +DELETE FROM `game_event_creature` WHERE `guid` IN (120677); +INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES +(8,120677); |
