Skip to content

Commit

Permalink
[0448] Fixed faction of Shen'Dralar creatures in Dire Maul West
Browse files Browse the repository at this point in the history
* Updated faction for creature 14364 (Shen'Dralar Spirit), 14358
(Shen'Dralar Ancient), 14361 (Shen'Dralar Wisp), 14371 (Shen'Dralar
Provisioner), 14383 (Lorekeeper Kildrath, 14382 (Lorekeeper Mykos),
14381 (Lorekeeper Javon), 14368 (Lorekeeper Lydros) and 16032 (Falrin
Treeshaper). They all should have the Shen'Dralar faction instead of the
Wolf/Undercity/Creature they currently have.
Source: http://www.wowwiki.com/Shen%27dralar
This contributes to #77
  • Loading branch information
cala committed Mar 18, 2014
1 parent a7a469a commit 93438b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions updates/0448_creature_template.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- Updated faction for creature 14364 (Shen'Dralar Spirit), 14358 (Shen'Dralar Ancient), 14361 (Shen'Dralar Wisp), 14371 (Shen'Dralar Provisioner)
-- 14383 (Lorekeeper Kildrath, 14382 (Lorekeeper Mykos), 14381 (Lorekeeper Javon), 14368 (Lorekeeper Lydros) and 16032 (Falrin Treeshaper)
-- They all should have the Shen'Dralar faction instead of the Wolf/Undercity/Creature they currently have
-- Source: http://www.wowwiki.com/Shen%27dralar
UPDATE `creature_template` SET `faction_A` = 1354, `faction_H` = 1354 WHERE `entry` IN (14358, 14361, 14364, 14371, 14383, 14382, 14381);
UPDATE `creature_template` SET `faction_A` = 1355, `faction_H` = 1355 WHERE `entry` IN (14368, 16032);

0 comments on commit 93438b1

Please sign in to comment.