diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-03-28 04:15:09 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-03-28 04:15:09 +0200 |
| commit | b274c4b5c346655f2a524dd800591fa9f0259eae (patch) | |
| tree | 889dc1ccde964c75cff2d324d84130d672795bf6 | |
| parent | 6077cbfece52ebd3f94937ffdcf5e25ec2f56f2d (diff) | |
DB/Creature: Kargath Grunt
Closes #21704
| -rw-r--r-- | sql/updates/world/3.3.5/2018_03_28_00_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_28_00_world_335.sql b/sql/updates/world/3.3.5/2018_03_28_00_world_335.sql new file mode 100644 index 00000000000..360a49bb7c8 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_28_00_world_335.sql @@ -0,0 +1,3 @@ +-- Kargath Grunt +UPDATE `creature_equip_template` SET `ItemID1`=5287 WHERE `CreatureID`=8155; +UPDATE `creature_addon` SET `bytes2`=1 WHERE `guid`=6898; |
