Advertisement
Guest User

Mistkäfer_

a guest
May 25th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.49 KB | None | 0 0
  1. // Mistkäfer (49743) Loot
  2.  
  3. UPDATE creature_template SET lootid = 49743 WHERE entry = 49743; //wozu diese Zeile?
  4.  
  5. DELETE FROM creature_loot_template WHERE Entry = 49743;
  6. //einfach nur löschen, da NPC keinen Loottable haben sollte, oder Chance auf NULL setzen -->
  7. INSERT INTO creature_loot_template (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupID, MinCount, MaxCount, Comment) VALUES
  8. (49743, 52178, 0, 0, 0, 1, 1, 1, 1, ''); //wobei theoretisch die letzten Werte irrelevant wären
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement