Fix(DB/Creature): Set correct faction flag for Aggi Rumplestomp. (#11511)
This commit is contained in:
parent
d1b690e3fa
commit
6f46e62fc2
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
UPDATE `creature_template` SET `faction` = 1216 WHERE (`entry` = 13086);
|
||||
UPDATE `creature_template` SET `faction` = 1216 WHERE (`entry` = 22670);
|
||||
UPDATE `creature_template` SET `faction` = 1216 WHERE (`entry` = 31918);
|
||||
UPDATE `creature_template` SET `faction` = 1216 WHERE (`entry` = 37234);
|
||||
Loading…
Add table
Add a link
Reference in a new issue