diff options
| author | Killyana <morphone1@gmail.com> | 2019-07-25 20:21:13 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 20:58:43 +0100 |
| commit | 50b03167b738878c9216d8d7e24a582fe42084ad (patch) | |
| tree | cd65ab66a0fa52cd2f120def9409be7276394d6a | |
| parent | 00ca33f9a7db1601817ede2e16e4c5c6b13fbbcf (diff) | |
DB/Creature: Chess Chest Bunny
(cherry picked from commit b945154353aee1108a4855700f8c73441ff1201f)
| -rw-r--r-- | sql/updates/world/master/2021_12_17_11_world_2019_07_25_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_11_world_2019_07_25_06_world.sql b/sql/updates/world/master/2021_12_17_11_world_2019_07_25_06_world.sql new file mode 100644 index 00000000000..463787bff2f --- /dev/null +++ b/sql/updates/world/master/2021_12_17_11_world_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`, `spawnDifficulties`, `phaseId`, `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, '3', 0, 0, 0, -11101.3, -1850.92, 221.153, 5.35816, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); |
