diff options
author | Malcrom <malcromdev@gmail.com> | 2013-12-23 18:35:22 -0330 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-12-23 18:35:22 -0330 |
commit | 47ac6d97319cb3532e9ee4ce5471c3256f032d1a (patch) | |
tree | 74db7c2ca6fbc0da288a8280144e111971b10587 | |
parent | 1038fd8a8683ff6c972a3df9c6c3edec6cd38d92 (diff) |
DB/Creature: Fix InhabitType for Val'kyr Battle-maiden.
Closes #11347
-rw-r--r-- | sql/updates/world/2013_12_23_07_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_12_23_07_world_creature_template.sql b/sql/updates/world/2013_12_23_07_world_creature_template.sql new file mode 100644 index 00000000000..2532dcc8701 --- /dev/null +++ b/sql/updates/world/2013_12_23_07_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=28487; |