diff options
author | Killyana <morphone1@gmail.com> | 2018-07-25 21:36:41 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-07-25 21:36:41 +0200 |
commit | 794c2e98f7812831894a9c5b5ff5fbf0690a71f6 (patch) | |
tree | 25f8a2e9e82ca4a4ac649c86ac1d49c4cd6fa59d /sql | |
parent | aa1883060e11d43d6de8fa38387d96a7e2df4ca6 (diff) |
DB/Creature: Stormwind City Patroller
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2018_07_25_00_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_07_25_00_world.sql b/sql/updates/world/master/2018_07_25_00_world.sql new file mode 100644 index 00000000000..4235662b260 --- /dev/null +++ b/sql/updates/world/master/2018_07_25_00_world.sql @@ -0,0 +1,12 @@ +DELETE FROM `creature_equip_template` WHERE `CreatureID`= 1976 AND `ID`= 2; +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`) VALUES +(1976, 2, 1902, 0, 0); -- Stormwind City Patroller + +UPDATE `creature_addon` SET `bytes2`=256 WHERE `guid`=313937; +UPDATE `waypoint_data` SET `action`=9 WHERE `id`=3139370 AND `point`=9; +DELETE FROM `waypoint_scripts` WHERE `id`=9; +INSERT INTO `waypoint_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES +(9, 7, 31, 2, 0, 0, 0, 0, 0, 0, 950), +(9, 9, 1, 234, 0, 0, 0, 0, 0, 0, 951), +(9, 14, 1, 0, 0, 0, 0, 0, 0, 0, 952), +(9, 16, 31, 1, 0, 0, 0, 0, 0, 0, 953); |