diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-03-28 04:15:09 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-09-23 20:06:03 +0200 |
| commit | 8213c6cd282d8858607cbe640bc8ba34398fe981 (patch) | |
| tree | 0f87deba50815ae5f145f1a3fb1bec3b64627631 | |
| parent | 532e88fcf49ae78087a8d1b3c78f13a86e87c4da (diff) | |
DB/Creature: Kargath Grunt
Closes #21704
(cherry picked from commit b274c4b5c346655f2a524dd800591fa9f0259eae)
| -rw-r--r-- | sql/updates/world/master/2021_09_23_08_world_2018_03_28_00_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_23_08_world_2018_03_28_00_world_335.sql b/sql/updates/world/master/2021_09_23_08_world_2018_03_28_00_world_335.sql new file mode 100644 index 00000000000..01a49af6db5 --- /dev/null +++ b/sql/updates/world/master/2021_09_23_08_world_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; |
