diff options
author | Malcrom <malcromdev@gmail.com> | 2011-05-24 15:15:27 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-05-24 15:15:27 +0200 |
commit | e373b37ee8dc86a06eed8803acd3976a0639d445 (patch) | |
tree | 2b00c37913022632e6786fd499bc5e928b8e1b7b | |
parent | 5c9e077dc27f1036bc4fd04759f32996eb716601 (diff) |
DB/Creatures: Fixed InhabitType for Mana Snapper (Netherstorm)
-rw-r--r-- | sql/updates/world/2011_05_20_05_world_creature_template.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2011_05_24_04_world_sai.sql (renamed from sql/updates/world/2011_05_24_04_sai.sql) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_20_05_world_creature_template.sql b/sql/updates/world/2011_05_20_05_world_creature_template.sql new file mode 100644 index 00000000000..39905251742 --- /dev/null +++ b/sql/updates/world/2011_05_20_05_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Fix InhabitType for Mana Snapper (Netherstorm) +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=18883; diff --git a/sql/updates/world/2011_05_24_04_sai.sql b/sql/updates/world/2011_05_24_04_world_sai.sql index a03325f546d..a03325f546d 100644 --- a/sql/updates/world/2011_05_24_04_sai.sql +++ b/sql/updates/world/2011_05_24_04_world_sai.sql |