diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-06-03 21:36:29 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-06-03 21:36:29 +0200 |
| commit | 702424c28701a7bf65a3c01af33916d006795889 (patch) | |
| tree | 5df04a2f041db44666ca8658c75c22fa0ed20c39 | |
| parent | 97a5db68c2b9a71c3f4952aad02bb23127880290 (diff) | |
DB/Templates: Fixed health for Sindragosa and Ice Tomb, thanks vcrx6 and Studioworks
Closes #1800
| -rw-r--r-- | sql/updates/world/2011_06_03_00_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
