diff options
-rw-r--r-- | sql/updates/6795_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/6795_world_creature_template.sql b/sql/updates/6795_world_creature_template.sql new file mode 100644 index 00000000000..f8b302a7e7d --- /dev/null +++ b/sql/updates/6795_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `mindmg` = '97', `maxdmg` = '195', `attackpower` = '35', `minrangedmg` = '72', `maxrangedmg` = '157' WHERE `entry` = 28017;
\ No newline at end of file |