diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-12-15 14:35:15 -0330 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-12-15 14:35:15 -0330 |
| commit | 9dd30ac5ff13b1e5c6c94044e0caeb6dd961dd4c (patch) | |
| tree | d7ff4e6b7afa9894ad7b335ba95b8e23ea38f561 | |
| parent | dd4a774c4ca7d9a4a5c9df84235e5cfe52d5d2d3 (diff) | |
DB/Creature: Misc template updates
| -rw-r--r-- | sql/updates/world/2013_12_15_01_world_creature_template.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_12_15_01_world_creature_template.sql b/sql/updates/world/2013_12_15_01_world_creature_template.sql new file mode 100644 index 00000000000..c7961d6f5ca --- /dev/null +++ b/sql/updates/world/2013_12_15_01_world_creature_template.sql @@ -0,0 +1,4 @@ +-- Fix Trained Rock Falcon InhabitType +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=24783; +-- Fix faction for Earthen Dwarf +UPDATE `creature_template` SET `faction_A`=1868,`faction_H`=1868 WHERE entry IN (27980,31391); |
