diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2013-01-26 21:41:28 -0500 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2013-01-26 21:41:28 -0500 |
| commit | 10bd0adca16d3a021dd46d2139824752270d292e (patch) | |
| tree | f494617c56b18effe78429a853a40415e97c69da | |
| parent | 3a07f4e17d72ea578e59fff5b87b047103f60362 (diff) | |
DB/Creature: Fixed equipment of Elder Razormaw, he should no longer have a sword as arms
| -rw-r--r-- | sql/updates/world/2013_01_26_06_world_creature_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_26_06_world_creature_template.sql b/sql/updates/world/2013_01_26_06_world_creature_template.sql new file mode 100644 index 00000000000..e54949744f6 --- /dev/null +++ b/sql/updates/world/2013_01_26_06_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `equipment_id`=0 WHERE `entry`=1019; |
