diff options
author | tREAk <treak@trinitycore.contrib> | 2011-09-15 01:59:43 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-09-15 01:59:43 +0100 |
commit | 3185d65184259d7e7d48c5b9b49bdf0ca1d0c5b5 (patch) | |
tree | 7a1e451030e5480ba7446dfee31c8be1c1e845cb | |
parent | 8af86aced7097ea3312bd548dc42220deb66e361 (diff) |
DB/NPCs: Correct scale of Flame of Azzinoth.
Closes #2483
-rw-r--r-- | sql/updates/world/2011_09_15_01_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_15_01_world_creature_template.sql b/sql/updates/world/2011_09_15_01_world_creature_template.sql new file mode 100644 index 00000000000..97303fcbe50 --- /dev/null +++ b/sql/updates/world/2011_09_15_01_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `scale`=1 WHERE `entry`=22997; |