diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2013-02-04 20:03:04 -0500 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2013-02-04 20:03:04 -0500 |
commit | 630ad4b0b58c329b0b1e72da8a804a505c7927d1 (patch) | |
tree | 55e21171549d73f0a9ee1d5fcbc68cfb2e2ecbc4 | |
parent | f9654d52e03240e0a44fdfed79e72cae710315b3 (diff) |
DB/Creature: Updated Unseen template
-rw-r--r-- | sql/updates/world/2013_02_04_08_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_04_08_world_creature_template.sql b/sql/updates/world/2013_02_04_08_world_creature_template.sql new file mode 100644 index 00000000000..3dd365366b6 --- /dev/null +++ b/sql/updates/world/2013_02_04_08_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `faction_A`=15, `faction_H`=15, `speed_walk`=1.111112, `baseattacktime`=2000, `rangeattacktime`=2000, `dynamicflags`=0 WHERE `entry`=3094; -- Unseen |