diff options
author | Discover <Discover@trinity.contrib> | 2012-01-07 11:01:40 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-07 11:01:40 +0100 |
commit | 5034157ca8278b808057f76e5635bb9843e8dfb0 (patch) | |
tree | 589614f8c7657b0a8ffc3c4a77519395b6933c7a | |
parent | 75614bdcebe166adb1d0be26feaf9a20656a8b0f (diff) |
DB/Creature: fix Visual bug for NPC : "A-Me 01" : no longer looks dead
closes #3251
-rw-r--r-- | sql/updates/world/2012_01_07_00_world_creature_addon.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_07_00_world_creature_addon.sql b/sql/updates/world/2012_01_07_00_world_creature_addon.sql new file mode 100644 index 00000000000..83e1efbac80 --- /dev/null +++ b/sql/updates/world/2012_01_07_00_world_creature_addon.sql @@ -0,0 +1,2 @@ +-- A-Me 01 and Un'Goro Thunderer (only one) were emoting to be dead +UPDATE `creature_addon` SET `bytes1`=0 WHERE `guid` IN (24268,24081); |