From 9c6859332ca9513c179d6eb294f8f570b9268ac7 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Sat, 26 Dec 2009 14:28:35 +0100 Subject: Fixed damage from DK Bloodworms --HG-- branch : trunk --- sql/updates/6795_world_creature_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/6795_world_creature_template.sql (limited to 'sql') 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 -- cgit v1.2.3