diff options
author | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-02-16 02:34:08 +0200 |
---|---|---|
committer | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-02-16 02:34:08 +0200 |
commit | a75fe0b2bfe76f82e771254b640d8509eff66468 (patch) | |
tree | fa8daa991628d5430bbf171af407a790a167986f | |
parent | f74b874e930a8e59ac07d21138fdeaef106d7aa9 (diff) |
DB/Creature: The Ocular
Now Eyesore Blaster hits this npc for 12600 damage as it should.
-rw-r--r-- | sql/updates/world/2013_02_16_00_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_16_00_world_creature_template.sql b/sql/updates/world/2013_02_16_00_world_creature_template.sql new file mode 100644 index 00000000000..7fa6e727ab0 --- /dev/null +++ b/sql/updates/world/2013_02_16_00_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `Armor_mod`=0 WHERE `entry`=29747; |