Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Exitare committed Feb 13, 2017
2 parents 6ee63a1 + 32c2785 commit f16db3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
DELETE FROM `creature` WHERE `guid`='798013';
DELETE FROM `creature` WHERE `guid`='798022';

/* Astraler Seelenhändler in der Mitte von Dalaran */
/* Astraler Seelenhändler in der Mitte von Dalaran, derzeit nicht gespawned, erst freischalten wenn die Items angepasst wurden
DELETE FROM `creature` WHERE `guid` ='2000001';
INSERT INTO `creature` (guid, id, map, zoneId, areaId, spawnMask, phaseMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, MovementType, npcflag, unit_flags, dynamicflags, VerifiedBuild) VALUES
('2000001', '600900', '571', '0', '0', '1', '1', '0', '0', '5802.48', '660.302', '647.807', '4.92167', '300', '0', '0', '1', '0', '0', '0', '0', '0', '0');
löscht den Gildenhaustoken und den Astralen Kredit raus */

DELETE FROM `npc_vendor` WHERE `entry`='600900' and`item`='200000' and`ExtendedCost`='2411'; -- Gildenhaustoken
DELETE FROM `npc_vendor` WHERE `entry`='600900' and`item`='38186' and`ExtendedCost`='0'; -- Astraler Kredit

0 comments on commit f16db3a

Please sign in to comment.