From 702424c28701a7bf65a3c01af33916d006795889 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 3 Jun 2011 21:36:29 +0200 Subject: DB/Templates: Fixed health for Sindragosa and Ice Tomb, thanks vcrx6 and Studioworks Closes #1800 --- sql/updates/world/2011_06_03_00_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_06_03_00_world_creature_template.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_06_03_00_world_creature_template.sql b/sql/updates/world/2011_06_03_00_world_creature_template.sql new file mode 100644 index 00000000000..57f8cccd381 --- /dev/null +++ b/sql/updates/world/2011_06_03_00_world_creature_template.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `exp`=2 WHERE `entry` IN (36853,38265,38266,38267); -- Sindragosa +UPDATE `creature_template` SET `exp`=2 WHERE `entry` IN (36980,38320,38321,38322); -- Ice Tomb -- cgit v1.2.3