Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.48 KB | None | 0 0
  1. -- Oculus Bosse Update
  2.  
  3. UPDATE `creature_template` SET `mechanic_immune_mask`='617299803' WHERE (`entry`='31560');
  4. UPDATE `creature_template` SET `mechanic_immune_mask`='617299803' WHERE (`entry`='27655');
  5. UPDATE `creature_template` SET `mechanic_immune_mask`='617299803' WHERE (`entry`='27654');
  6. UPDATE `creature_template` SET `mechanic_immune_mask`='617299803' WHERE (`entry`='31558');
  7. UPDATE `creature_template` SET `mechanic_immune_mask`='617299803' WHERE (`entry`='27656');
  8. UPDATE `creature_template` SET `mechanic_immune_mask`='617299803' WHERE (`entry`='31561');
  9. UPDATE `creature_template` SET `mechanic_immune_mask`='617299803' WHERE (`entry`='27447');
  10. UPDATE `creature_template` SET `mechanic_immune_mask`='617299803' WHERE (`entry`='31559');
  11.  
  12. -- Missing Quest Loot Item
  13.  
  14. INSERT INTO `item_loot_template` VALUES ('49631', '49351', '100', '0', '1', '1', '0', '0', '0');
  15. INSERT INTO `item_loot_template` VALUES ('49631', '49352', '100', '0', '1', '1', '0', '0', '0');
  16. INSERT INTO `item_loot_template` VALUES ('49631', '49635', '100', '0', '1', '1', '0', '0', '0');
  17.  
  18. -- Fixed Missing NPC Spell 63619
  19. UPDATE `creature_template` SET `spell1`='63619' WHERE (`entry`='19668');
  20.  
  21. -- Fixed NPC can Fly
  22. UPDATE `creature_template` SET `InhabitType`='4' WHERE (`entry`='29753');
  23. UPDATE `creature_template` SET `InhabitType`='4' WHERE (`entry`='29572');
  24. UPDATE `creature_template` SET `InhabitType`='4' WHERE (`entry`='32446');
  25. UPDATE `creature_template` SET `InhabitType`='4' WHERE (`entry`='30945');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement