diff options
| author | Killyana <morphone1@gmail.com> | 2019-07-25 20:21:13 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-07-25 20:21:13 +0200 |
| commit | b945154353aee1108a4855700f8c73441ff1201f (patch) | |
| tree | 58febd479effc0412c8e343bb3b579a5e195ea1b | |
| parent | f05bb032bd620ab58599b99b22c11bdb5ece6f6c (diff) | |
DB/Creature: Chess Chest Bunny
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_25_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_25_06_world.sql b/sql/updates/world/3.3.5/2019_07_25_06_world.sql new file mode 100644 index 00000000000..f4d2a88dabf --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_25_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `id`=25213 AND `guid` IN (113531); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(113531, 25213, 532, 0, 0, 1, 1, 0, 0, -11101.3, -1850.92, 221.153, 5.35816, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); |
