SQL: Rename SQL merged in PR

This commit is contained in:
Vincent_Michael
2013-01-07 23:09:34 +01:00
parent be5d3e5fd8
commit 05e03e7634
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
UPDATE `creature_template` SET ScriptName='npc_buru_egg' WHERE entry=15514;
UPDATE `creature_template` SET `faction_A`=16,`faction_H`=16 WHERE `entry` IN (15514,15370);
DELETE FROM `creature` WHERE `id`=15521; -- because **** you, thats why
SET @GUID :=xxx; -- Change me plz
SET @GUID :=61988;
DELETE FROM `creature` WHERE `id`=15514;
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
(@GUID, 15514, 509, 1, 1, -9270.393, 1243.896, -63.76731, 2.722714, 7200, 0, 0),