diff options
| author | Malcrom <malcromdev@gmail.com> | 2012-11-13 10:13:58 -0330 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2012-11-13 10:13:58 -0330 |
| commit | 267099d807fb30dc13db4376513c5e02c9596941 (patch) | |
| tree | ee872ead7b20accf6eaff46814763b0804979872 | |
| parent | ab8d99d57328a80153c03cc06713656ccb6ba32c (diff) | |
DB/Creature: Fix for Quest: Meet at the Grave
Closes #5875
| -rw-r--r-- | sql/updates/world/2012_11_13_02_world_creature.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_11_13_02_world_creature.sql b/sql/updates/world/2012_11_13_02_world_creature.sql new file mode 100644 index 00000000000..19f278ca5c6 --- /dev/null +++ b/sql/updates/world/2012_11_13_02_world_creature.sql @@ -0,0 +1,3 @@ +-- Fix [Q]{A/H} Meet At The Grave +UPDATE `creature_template_addon` SET `auras`='10848' WHERE `entry`=9299; -- allow to be seen in world of death +UPDATE `creature_template` SET `npcflag`=32770,`unit_flags`=768 WHERE `entry`=9299; -- makes unseen in world of living |
